Fix typo in makefile
This commit is contained in:
parent
bc6a49c54d
commit
924f7496c8
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ endif
|
|||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
QEMU_ARGS += -chardev file,path=debugcon.log,id=seabios
|
QEMU_ARGS += -chardev file,path=debugcon.log,id=seabios
|
||||||
QEMI_ARGS += -device isa-debugcon,iobase=0x402,chardev=seabios
|
QEMU_ARGS += -device isa-debugcon,iobase=0x402,chardev=seabios
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: default clean qemu-rom qemu-floppy
|
.PHONY: default clean qemu-rom qemu-floppy
|
||||||
|
Loading…
Reference in New Issue
Block a user