Fix makefile for updates
This commit is contained in:
parent
e47d107b5f
commit
5516f05fc2
4
Makefile
4
Makefile
@ -19,10 +19,10 @@ endif
|
||||
|
||||
default: kernel.rom
|
||||
|
||||
kernel.rom: kernel/*.asm
|
||||
kernel.rom: kernel/*.asm kernel/*.inc lib/*.inc
|
||||
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
|
||||
|
||||
boot/%.bin: boot/%.asm
|
||||
boot/%.bin: boot/%.asm lib/*.inc
|
||||
nasm -s -o $@ -I lib $<
|
||||
|
||||
fdimage.img: boot/floppy.bin kernel.rom
|
||||
|
Loading…
Reference in New Issue
Block a user