aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 02:41:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:16 -0500
commitd9b44620c5a4ee85755a051dd864540bd0c864ce (patch)
tree9c9bd2dc742663542e57e2b9ab581050620b3d6b /Makefile
parentOnly compile lm832x when one target uses it (diff)
downloadqemu-kvm-d9b44620c5a4ee85755a051dd864540bd0c864ce.tar.gz
qemu-kvm-d9b44620c5a4ee85755a051dd864540bd0c864ce.tar.bz2
qemu-kvm-d9b44620c5a4ee85755a051dd864540bd0c864ce.zip
Only compile tmp105 when one target uses it
Patchworks-ID: 35214 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8776122c7..f3952116b 100644
--- a/Makefile
+++ b/Makefile
@@ -103,9 +103,10 @@ obj-$(CONFIG_WM8750) += wm8750.o
obj-$(CONFIG_TWL92230) += twl92230.o
obj-$(CONFIG_TSC2005) += tsc2005.o
obj-$(CONFIG_LM832X) += lm832x.o
+obj-$(CONFIG_TMP105) += tmp105.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 eeprom93xx.o
+obj-y += 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