mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
Only compile tsc2005 when one target uses it
Patchworks-ID: 35215 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
92eb6b4e11
commit
3c848e2ad8
3
Makefile
3
Makefile
@ -101,9 +101,10 @@ obj-$(CONFIG_PTIMER) += ptimer.o
|
||||
obj-$(CONFIG_MAX7310) += max7310.o
|
||||
obj-$(CONFIG_WM8750) += wm8750.o
|
||||
obj-$(CONFIG_TWL92230) += twl92230.o
|
||||
obj-$(CONFIG_TSC2005) += tsc2005.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 lm832x.o eeprom93xx.o tsc2005.o
|
||||
obj-y += tmp105.o lm832x.o 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
|
||||
|
@ -10,3 +10,4 @@ CONFIG_SD=y
|
||||
CONFIG_MAX7310=y
|
||||
CONFIG_WM8750=y
|
||||
CONFIG_TWL92230=y
|
||||
CONFIG_TSC2005=y
|
||||
|
Loading…
Reference in New Issue
Block a user