aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-pxa/Makefile
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-20 12:06:01 +0800
committerEric Miao <eric.miao@marvell.com>2009-03-23 10:11:31 +0800
commitbd5ce4332328c1fe473690a86b2e6a4157be038f (patch)
tree785aa105d3752b2df92b1792e799e3f39e1b0411 /arch/arm/plat-pxa/Makefile
parente2bb5befd7b0ae2d045f4413a97db52340edec13 (diff)
downloadkernel_samsung_smdk4412-bd5ce4332328c1fe473690a86b2e6a4157be038f.zip
kernel_samsung_smdk4412-bd5ce4332328c1fe473690a86b2e6a4157be038f.tar.gz
kernel_samsung_smdk4412-bd5ce4332328c1fe473690a86b2e6a4157be038f.tar.bz2
[ARM] pxa: introduce plat-pxa for PXA common code and add DMA support
1. introduce folder of 'arch/arm/plat-pxa' for common code across different PXA processor families 2. initially moved DMA code into plat-pxa 3. common code in <mach/dma.h> moved into <plat/dma.h>, new processors should implement its own <mach/dma.h>, provide the following required definitions and '#include <plat/dma.h>' in the end: - DMAC_REGS_VIRT for mapped virtual address of the DMA registers' physical I/O memory Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/plat-pxa/Makefile')
-rw-r--r--arch/arm/plat-pxa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile
new file mode 100644
index 0000000..dcc3cea
--- /dev/null
+++ b/arch/arm/plat-pxa/Makefile
@@ -0,0 +1,6 @@
+#
+# Makefile for code common across different PXA processor families
+#
+
+obj-y := dma.o
+