Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
05084047e524051c0ea37f6b3183017d783e6e20
/
.
/
arch
/
arm
/
plat-pxa
/
Makefile
blob: 2f06a2e8b1ddc468a1f79a1ee90627dd76d39ec7 [
file
] [
log
] [
blame
]
#
# Makefile for code common across different PXA processor families
#
ccflags
-
$
(
CONFIG_ARCH_MMP
)
:=
-
I$
(
srctree
)/
$
(
src
)/
include
obj
-
$
(
CONFIG_PXA3xx
)
+=
mfp
.
o
obj
-
$
(
CONFIG_ARCH_MMP
)
+=
mfp
.
o
obj
-
$
(
CONFIG_PXA_SSP
)
+=
ssp
.
o