diff options
Diffstat (limited to 'arch/arm/plat-pxa/Makefile')
-rw-r--r-- | arch/arm/plat-pxa/Makefile | 6 |
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 000000000000..dcc3ceaf717f --- /dev/null +++ b/arch/arm/plat-pxa/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for code common across different PXA processor families | ||
3 | # | ||
4 | |||
5 | obj-y := dma.o | ||
6 | |||