summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 02:41:09 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:12 -0500
commit065c7a36dfb258f74c58cc518cb0184f4ba90200 (patch)
tree23749b8b6a32b1a097f436c750a9d6a32f37bba0
parent7807feeff99082df86692704d85e05cd942214cd (diff)
downloadhqemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.zip
hqemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.tar.gz
Only compile ecc when one target uses it
Patchworks-ID: 35203 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile.hw2
-rw-r--r--default-configs/arm-softmmu.mak1
-rw-r--r--default-configs/sparc-softmmu.mak1
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw
index 88b59b2..9358777 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -16,7 +16,7 @@ obj-y += loader.o
obj-y += virtio.o
obj-y += fw_cfg.o
obj-y += watchdog.o
-obj-y += ecc.o
+obj-$(CONFIG_ECC) += ecc.o
obj-$(CONFIG_NAND) += nand.o
obj-y += m48t59.o escc.o
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index c15ac7f..9ac6f31 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -4,3 +4,4 @@ CONFIG_GDBSTUB_XML=y
CONFIG_USB_OHCI=y
CONFIG_ISA_MMIO=y
CONFIG_NAND=y
+CONFIG_ECC=y
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak
index dc51839..25abbd9 100644
--- a/default-configs/sparc-softmmu.mak
+++ b/default-configs/sparc-softmmu.mak
@@ -1,3 +1,4 @@
# Default configuration for sparc-softmmu
CONFIG_QDEV_ADDR=y
+CONFIG_ECC=y
OpenPOWER on IntegriCloud