repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit with v3.6.7
[linux-3.6.7-moxart.git]
/
arch
/
arm
/
plat-pxa
/
Makefile
blob
af8e484001e54c212ea89e8e16907d374bb46568
1
#
2
# Makefile for code common across different PXA processor families
3
#
4
5
obj-y
:=
dma.o
6
7
obj-
$(
CONFIG_PXA3xx
) +=
mfp.o
8
obj-
$(
CONFIG_PXA95x
) +=
mfp.o
9
obj-
$(
CONFIG_ARCH_MMP
) +=
mfp.o
10
11
obj-
$(
CONFIG_PXA_SSP
) +=
ssp.o