Only compile wm8750 when one target uses it
Patchworks-ID: 35209 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ae573db3cf
commit
976ca9abee
3
Makefile
3
Makefile
@ -99,7 +99,8 @@ obj-y += tcg-runtime.o host-utils.o
|
||||
obj-y += irq.o ioport.o
|
||||
obj-$(CONFIG_PTIMER) += ptimer.o
|
||||
obj-$(CONFIG_MAX7310) += max7310.o
|
||||
obj-y += i2c.o smbus.o smbus_eeprom.o max111x.o wm8750.o
|
||||
obj-$(CONFIG_WM8750) += wm8750.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 += tmp105.o lm832x.o eeprom93xx.o tsc2005.o
|
||||
obj-y += scsi-disk.o cdrom.o
|
||||
|
@ -8,3 +8,4 @@ CONFIG_ECC=y
|
||||
CONFIG_PTIMER=y
|
||||
CONFIG_SD=y
|
||||
CONFIG_MAX7310=y
|
||||
CONFIG_WM8750=y
|
||||
|
Loading…
Reference in New Issue
Block a user