diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:19 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:15 -0500 |
commit | 03aba0e393cd32aabd108e2adef5d68f4fc3b3b3 (patch) | |
tree | c13f4a93d168e76b38d340681ae0a591c692a2b3 /Makefile | |
parent | 3c848e2ad8dfad2aa02d96a250bed13404cea5a6 (diff) |
Only compile lm832x when one target uses it
Patchworks-ID: 35211
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -102,9 +102,10 @@ obj-$(CONFIG_MAX7310) += max7310.o obj-$(CONFIG_WM8750) += wm8750.o obj-$(CONFIG_TWL92230) += twl92230.o obj-$(CONFIG_TSC2005) += tsc2005.o +obj-$(CONFIG_LM832X) += lm832x.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o -obj-y += tmp105.o lm832x.o eeprom93xx.o +obj-y += tmp105.o eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o |