X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=c812dccc9bb2933bd480bb73c5bfa14d351c3af5;hb=9b08dec;hp=362c429255dcef90992572cfe584f70047864f6c;hpb=d0a849ffeb541a8c285a92558cedcd6611072540;p=rrq%2Fjonasforth.git diff --git a/Makefile b/Makefile index 362c429..c812dcc 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ out/main: main.asm impl.asm bootstrap.asm sys.f os/uefi.asm mkdir -p out OS_INCLUDE=os/uefi.asm fasm $< $@ +main: main.asm impl.asm bootstrap.asm sys.f os/linux.asm + OS_INCLUDE=os/linux.asm fasm $< $@ + .PHONY: clean clean: rm -rf out OVMF_CODE.fd OVMF_VARS.fd