Fix typo in makefile
This commit is contained in:
parent
bc6a49c54d
commit
924f7496c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ endif
|
|||
|
||||
ifdef DEBUG
|
||||
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
|
||||
|
||||
.PHONY: default clean qemu-rom qemu-floppy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue