Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
389dd9bcf65e10929cedfeb79c49bd02069b8899
/
.
/
arch
/
arm
/
plat-pxa
/
Makefile
blob: af8e484001e54c212ea89e8e16907d374bb46568 [
file
] [
log
] [
blame
]
#
# Makefile for code common across different PXA processor families
#
obj
-
y
:=
dma
.
o
obj
-
$
(
CONFIG_PXA3xx
)
+=
mfp
.
o
obj
-
$
(
CONFIG_PXA95x
)
+=
mfp
.
o
obj
-
$
(
CONFIG_ARCH_MMP
)
+=
mfp
.
o
obj
-
$
(
CONFIG_PXA_SSP
)
+=
ssp
.
o