aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-29 09:02:15 +0000
committerBen Dooks <ben-linux@fluff.org>2010-02-23 00:03:43 +0000
commit2c420fe22f3d526691773288807d010068ce3033 (patch)
tree8e2605d8ec4cc6f076d7a04f2aa9e3e2727d976d /arch/arm/plat-samsung/Makefile
parentARM: SAMSUNG: Move pm.c to plat-samsung (diff)
downloadlinux-dev-2c420fe22f3d526691773288807d010068ce3033.tar.xz
linux-dev-2c420fe22f3d526691773288807d010068ce3033.zip
ARM: SAMSUNG: Move DMA support to plat-samsung
Move the core of the DMA support to plat-samsung for everyone to use. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r--arch/arm/plat-samsung/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
index 629fd9f92a24..facc7e387fc5 100644
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@ -39,6 +39,10 @@ obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o
obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o
obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o
+# DMA support
+
+obj-$(CONFIG_S3C_DMA) += dma.o
+
# PM support
obj-$(CONFIG_PM) += pm.o