Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
344ac148442e3223ac1b0e29ef3d3fb73c5ed61a
/
.
/
arch
/
arm
/
plat-pxa
/
Makefile
blob: 4aacdd12c9ccb276d3c4b1809317ee7f104bf0ea [
file
] [
log
] [
blame
]
#
# Makefile for code common across different PXA processor families
#
obj
-
y
:=
dma
.
o
obj
-
$
(
CONFIG_GENERIC_GPIO
)
+=
gpio
.
o
obj
-
$
(
CONFIG_PXA3xx
)
+=
mfp
.
o
obj
-
$
(
CONFIG_ARCH_MMP
)
+=
mfp
.
o
obj
-
$
(
CONFIG_HAVE_PWM
)
+=
pwm
.
o
obj
-
$
(
CONFIG_PXA_SSP
)
+=
ssp
.
o