summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Quintela2009-10-07 02:41:17 +0200
committerAnthony Liguori2009-10-09 04:17:15 +0200
commit92eb6b4e110b0353c045c4cb0d81799c7a6ce177 (patch)
tree256534c63aaf013c2bf698ee6a962e98c9a39d22
parentOnly compile wm8750 when one target uses it (diff)
downloadqemu-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.tar.gz
qemu-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.tar.xz
qemu-92eb6b4e110b0353c045c4cb0d81799c7a6ce177.zip
Only compile twl92230 when one target uses it
Patchworks-ID: 35212 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile3
-rw-r--r--default-configs/arm-softmmu.mak1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ec43707b1..1f88bfd9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,9 @@ obj-y += irq.o ioport.o
obj-$(CONFIG_PTIMER) += ptimer.o
obj-$(CONFIG_MAX7310) += max7310.o
obj-$(CONFIG_WM8750) += wm8750.o
+obj-$(CONFIG_TWL92230) += twl92230.o
obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o
-obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o twl92230.o
+obj-y += ssd0303.o ssd0323.o ads7846.o stellaris_input.o
obj-y += tmp105.o lm832x.o eeprom93xx.o tsc2005.o
obj-y += scsi-disk.o cdrom.o
obj-y += scsi-generic.o scsi-bus.o
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 6149b97c44..d439509645 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -9,3 +9,4 @@ CONFIG_PTIMER=y
CONFIG_SD=y
CONFIG_MAX7310=y
CONFIG_WM8750=y
+CONFIG_TWL92230=y