diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-03-02 23:27:38 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-03 15:20:11 +0300 |
commit | 6d831c6554e4f95083919914955a1a3a4a6acfa9 (patch) | |
tree | 839810e06475cda214b93340059c4c8881287cac /arch/arm/mach-ep93xx/Makefile | |
parent | 1c8daabe1dafc30fcc1d929e620269ffe99b6f8a (diff) | |
download | linux-6d831c6554e4f95083919914955a1a3a4a6acfa9.tar.xz |
[ARM] 5414/2: ep93xx m2p dma core
Add m2p dma support to the ep93xx
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/Makefile')
-rw-r--r-- | arch/arm/mach-ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/Makefile b/arch/arm/mach-ep93xx/Makefile index 944e42d51646..9522e205b73f 100644 --- a/arch/arm/mach-ep93xx/Makefile +++ b/arch/arm/mach-ep93xx/Makefile @@ -1,7 +1,7 @@ # # Makefile for the linux kernel. # -obj-y := core.o clock.o gpio.o +obj-y := core.o clock.o dma-m2p.o gpio.o obj-m := obj-n := obj- := |