diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:23 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:17 -0500 |
commit | 9e0d167a6ebfd0b42f970c6efa887947a9ec90e0 (patch) | |
tree | 59bbce263f1c3c7fff094906ce477d74595f99e1 /Makefile | |
parent | 18f59036564f7e69f2ff1d05f47d5863757ec249 (diff) | |
download | qemu-9e0d167a6ebfd0b42f970c6efa887947a9ec90e0.tar.gz qemu-9e0d167a6ebfd0b42f970c6efa887947a9ec90e0.tar.bz2 qemu-9e0d167a6ebfd0b42f970c6efa887947a9ec90e0.zip |
Only compile sd0323 when one target uses it
Patchworks-ID: 35217
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
@@ -106,8 +106,9 @@ obj-$(CONFIG_LM832X) += lm832x.o obj-$(CONFIG_TMP105) += tmp105.o obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o obj-$(CONFIG_SSD0303) += ssd0303.o +obj-$(CONFIG_SSD0323) += ssd0323.o obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o -obj-y += ssd0323.o ads7846.o +obj-y += ads7846.o obj-y += eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o |