Commit b77abd95 authored by Ákos Kovács's avatar Ákos Kovács Committed by Paolo Bonzini
Browse files

default-configs/: CONFIG_GDBSTUB_XML removed



Makefile.target: Build gdbstub-xml.o only when
TARGET_XML_FILES is not empty.

Signed-off-by: default avatarÁkos Kovács <akoskovacs@gmx.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent cf01ba9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
obj-y += fpu/softfloat.o
obj-y += target-$(TARGET_BASE_ARCH)/
obj-y += disas.o
obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o

#########################################################
+0 −2
Original line number Diff line number Diff line
# Default configuration for arm-linux-user

CONFIG_GDBSTUB_XML=y
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

include pci.mak
include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_VGA=y
CONFIG_ISA_MMIO=y
CONFIG_NAND=y
+0 −2
Original line number Diff line number Diff line
# Default configuration for armeb-linux-user

CONFIG_GDBSTUB_XML=y
+0 −2
Original line number Diff line number Diff line
# Default configuration for m68k-linux-user

CONFIG_GDBSTUB_XML=y
Loading