Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_sm8150
/
bc25a80d12ea971ddd652717150058989b1ad474
/
.
/
drivers
/
usb
/
chipidea
/
Makefile
blob: e56bedbf9da247f5ea083c98767289cc7640802c [
file
] [
log
] [
blame
]
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