Fix rom builds
This commit is contained in:
parent
3b438074ef
commit
1c6268798c
4
Makefile
4
Makefile
@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH)
|
||||
QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
|
||||
|
||||
NASM = nasm
|
||||
NASM_ARGS = -s -DFLOPPY=$(FLOPPY)
|
||||
NASM_ARGS = -s -Ilib -DFLOPPY=$(FLOPPY)
|
||||
|
||||
EMUL = utils/emul
|
||||
|
||||
@ -18,7 +18,7 @@ QEMU_ARGS += --enable-kvm
|
||||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
ROMS += rom/debug.rom
|
||||
ROMS += debug.rom
|
||||
NASM_ARGS += -l $(basename $@).lst
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user