Build: Build country.sys from submodule

This commit is contained in:
Andrew Bird 2021-12-30 13:32:00 +00:00 committed by Kenneth J Davis
parent bd5a68552e
commit b7a65d9f73
2 changed files with 3 additions and 5110 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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