diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:24 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:17 -0500 |
commit | fc16e4fa2f13d689598795dd022d69a5554362d3 (patch) | |
tree | 4c15738f3b29c02ff501e0b0ed07c0302dfbfc13 /Makefile | |
parent | 9e0d167a6ebfd0b42f970c6efa887947a9ec90e0 (diff) | |
download | qemu-fc16e4fa2f13d689598795dd022d69a5554362d3.tar.gz qemu-fc16e4fa2f13d689598795dd022d69a5554362d3.tar.bz2 qemu-fc16e4fa2f13d689598795dd022d69a5554362d3.zip |
Only compile ads7846 when one target uses it
Patchworks-ID: 35218
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,8 +107,8 @@ obj-$(CONFIG_TMP105) += tmp105.o obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o obj-$(CONFIG_SSD0303) += ssd0303.o obj-$(CONFIG_SSD0323) += ssd0323.o +obj-$(CONFIG_ADS7846) += ads7846.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o -obj-y += ads7846.o obj-y += eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o |