| 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 |  | 
| Felipe Balbi | b2006d9 | 2012-06-29 17:48:50 +0800 | [diff] [blame^] | 8 | # Glue/Bridge layers go here | 
 | 9 |  | 
 | 10 | obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_msm.o | 
 | 11 |  | 
 | 12 | # PCI doesn't provide stubs, need to check | 
| Alexander Shishkin | bc25a80 | 2012-05-11 17:25:45 +0300 | [diff] [blame] | 13 | ifneq ($(CONFIG_PCI),) | 
 | 14 | 	obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_pci.o | 
 | 15 | endif | 
 | 16 |  |