summaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorJuan Quintela2009-10-07 02:41:12 +0200
committerAnthony Liguori2009-10-09 04:17:12 +0200
commit626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd (patch)
treec95a946b048f1db2ec15d8f91df5f6fa1666355f /Makefile.hw
parentOnly compile escc when one target uses it (diff)
downloadqemu-626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd.tar.gz
qemu-626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd.tar.xz
qemu-626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd.zip
Only compile m48t59 when one target uses it
Patchworks-ID: 35204 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 9e40439c35..f4b4469a88 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -19,7 +19,7 @@ obj-y += watchdog.o
obj-$(CONFIG_ECC) += ecc.o
obj-$(CONFIG_NAND) += nand.o
-obj-y += m48t59.o
+obj-$(CONFIG_M48T59) += m48t59.o
obj-$(CONFIG_ESCC) += escc.o
# PCI watchdog devices