diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:12 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:12 -0500 |
commit | 626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd (patch) | |
tree | c95a946b048f1db2ec15d8f91df5f6fa1666355f /Makefile.hw | |
parent | 2f3c407d81fb4ee4d050c8a8376101b167c0d0c4 (diff) |
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.hw | 2 |
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 |