Fix use of GDB in QEMU
This commit is contained in:
parent
ad6e8428ae
commit
87bb9fc2f6
|
@ -33,7 +33,7 @@ endif
|
||||||
ifneq ($(usb),no)
|
ifneq ($(usb),no)
|
||||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
||||||
endif
|
endif
|
||||||
ifneq ($(gdb),yes)
|
ifeq ($(gdb),yes)
|
||||||
QEMUFLAGS+=-s
|
QEMUFLAGS+=-s
|
||||||
endif
|
endif
|
||||||
ifeq ($(UNAME),Linux)
|
ifeq ($(UNAME),Linux)
|
||||||
|
|
Loading…
Reference in a new issue