summaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorJuan Quintela2009-10-07 02:41:09 +0200
committerAnthony Liguori2009-10-09 04:17:12 +0200
commit065c7a36dfb258f74c58cc518cb0184f4ba90200 (patch)
tree23749b8b6a32b1a097f436c750a9d6a32f37bba0 /Makefile.hw
parentOnly compile nand when one target uses it (diff)
downloadqemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.tar.gz
qemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.tar.xz
qemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.zip
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>
Diffstat (limited to 'Makefile.hw')
-rw-r--r--Makefile.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw
index 88b59b2a20..9358777d6a 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