Skip to content

Commit

Permalink
default-configs/: CONFIG_GDBSTUB_XML removed
Browse files Browse the repository at this point in the history
Makefile.target: Build gdbstub-xml.o only when
TARGET_XML_FILES is not empty.

Signed-off-by: Ákos Kovács <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
akoskovacs authored and bonzini committed Oct 16, 2013
1 parent cf01ba9 commit b77abd9
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -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

#########################################################
Expand Down
2 changes: 0 additions & 2 deletions default-configs/arm-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for arm-linux-user

CONFIG_GDBSTUB_XML=y
1 change: 0 additions & 1 deletion default-configs/arm-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

include pci.mak
include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_VGA=y
CONFIG_ISA_MMIO=y
CONFIG_NAND=y
Expand Down
2 changes: 0 additions & 2 deletions default-configs/armeb-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for armeb-linux-user

CONFIG_GDBSTUB_XML=y
2 changes: 0 additions & 2 deletions default-configs/m68k-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for m68k-linux-user

CONFIG_GDBSTUB_XML=y
1 change: 0 additions & 1 deletion default-configs/m68k-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
include pci.mak
include usb.mak
CONFIG_COLDFIRE=y
CONFIG_GDBSTUB_XML=y
CONFIG_PTIMER=y
2 changes: 0 additions & 2 deletions default-configs/ppc-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for ppc-linux-user

CONFIG_GDBSTUB_XML=y
1 change: 0 additions & 1 deletion default-configs/ppc-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
Expand Down
2 changes: 0 additions & 2 deletions default-configs/ppc64-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for ppc64-linux-user

CONFIG_GDBSTUB_XML=y
1 change: 0 additions & 1 deletion default-configs/ppc64-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
Expand Down
2 changes: 0 additions & 2 deletions default-configs/ppc64abi32-linux-user.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Default configuration for ppc64abi32-linux-user

CONFIG_GDBSTUB_XML=y
1 change: 0 additions & 1 deletion default-configs/ppcemb-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
include pci.mak
include sound.mak
include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y
CONFIG_M48T59=y
Expand Down

0 comments on commit b77abd9

Please sign in to comment.