Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
refs/tags/v2.6.30-rc3
/
.
/
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