Fix typo in makefile

This commit is contained in:
Nero 2019-05-02 20:11:54 +00:00
parent bc6a49c54d
commit 924f7496c8
1 changed files with 1 additions and 1 deletions

View File

@ -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