mirror of https://github.com/FDOS/kernel.git
Build: Build country.sys from submodule
This commit is contained in:
parent
bd5a68552e
commit
b7a65d9f73
5108
kernel/country.asm
5108
kernel/country.asm
File diff suppressed because it is too large
Load Diff
|
@ -42,8 +42,9 @@ kernel.sys: kernel.exe ../utils/exeflat.exe
|
|||
kernel.exe: $(TARGET).lnk $(OBJS) $(LIBS)
|
||||
$(LINK) @$(TARGET).lnk;
|
||||
|
||||
../bin/country.sys: country.asm
|
||||
$(NASM) -o ../bin/country.sys country.asm
|
||||
../bin/country.sys:
|
||||
cd ..$(DIRSEP)country && $(MAKE) all
|
||||
$(CP) ..$(DIRSEP)country$(DIRSEP)country.sys ..$(DIRSEP)bin$(DIRSEP)country.sys
|
||||
|
||||
clobber: clean
|
||||
-$(RM) kernel.exe kernel.sys status.me
|
||||
|
|
Loading…
Reference in New Issue