| Alexander Shishkin | bc25a80 | 2012-05-11 17:25:45 +0300 | [diff] [blame] | 1 | obj-$(CONFIG_USB_CHIPIDEA)		+= ci_hdrc.o | 
 | 2 |  | 
| Alexander Shishkin | e443b33 | 2012-05-11 17:25:46 +0300 | [diff] [blame] | 3 | ci_hdrc-y				:= core.o | 
 | 4 | ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC)	+= udc.o | 
| Alexander Shishkin | eb70e5a | 2012-05-11 17:25:54 +0300 | [diff] [blame^] | 5 | ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST)	+= host.o | 
| Alexander Shishkin | e443b33 | 2012-05-11 17:25:46 +0300 | [diff] [blame] | 6 | ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG)	+= debug.o | 
| Alexander Shishkin | bc25a80 | 2012-05-11 17:25:45 +0300 | [diff] [blame] | 7 |  | 
 | 8 | ifneq ($(CONFIG_PCI),) | 
 | 9 | 	obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_pci.o | 
 | 10 | endif | 
 | 11 |  | 
 | 12 | ifneq ($(CONFIG_ARCH_MSM),) | 
 | 13 | 	obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_msm.o | 
 | 14 | endif |