diff options
author | Juan Quintela | 2009-10-07 02:41:21 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-10-09 04:17:16 +0200 |
commit | 4aa5b83fd1a306ae08b30447dabe43f436a99672 (patch) | |
tree | 15425ea7e6dfa00b2246fa214152920e5037ebbc /Makefile | |
parent | Only compile tmp105 when one target uses it (diff) | |
download | qemu-4aa5b83fd1a306ae08b30447dabe43f436a99672.tar.gz qemu-4aa5b83fd1a306ae08b30447dabe43f436a99672.tar.xz qemu-4aa5b83fd1a306ae08b30447dabe43f436a99672.zip |
Only compile stellaris_input when one target uses it
Patchworks-ID: 35213
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
@@ -104,8 +104,9 @@ obj-$(CONFIG_TWL92230) += twl92230.o obj-$(CONFIG_TSC2005) += tsc2005.o obj-$(CONFIG_LM832X) += lm832x.o obj-$(CONFIG_TMP105) += tmp105.o +obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.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 += ssd0303.o ssd0323.o ads7846.o obj-y += eeprom93xx.o obj-y += scsi-disk.o cdrom.o obj-y += scsi-generic.o scsi-bus.o |