mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
12 lines
227 B
Makefile
12 lines
227 B
Makefile
|
obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o
|
||
|
|
||
|
ci_hdrc-y := ci13xxx_udc.o
|
||
|
|
||
|
ifneq ($(CONFIG_PCI),)
|
||
|
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
|
||
|
endif
|
||
|
|
||
|
ifneq ($(CONFIG_ARCH_MSM),)
|
||
|
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o
|
||
|
endif
|