Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f23c20c83d523e5f8cda1f8f7ed52fe6afffbe29
/
.
/
arch
/
arm
/
plat-pxa
/
Makefile
blob: 8f2c4c7fbd480ffc2318b4df7a6dc6c6cc710497 [
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