Add include file for BPB data

This commit is contained in:
Nero 2020-03-31 13:04:13 +00:00
parent eabb1d9fa9
commit 73fb2b1e81
2 changed files with 30 additions and 1 deletions

View file

@ -9,7 +9,7 @@ QEMU = qemu-system-$(QEMU_ARCH)
QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
NASM = nasm
NASM_ARGS = -s -I. -Ilib -w-macro-params -DFLOPPY=$(FLOPPY)
NASM_ARGS = -s -I. -Iinc -w-macro-params -DFLOPPY=$(FLOPPY)
EMUL = utils/emul