diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-29 04:02:15 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 19:03:43 -0500 |
commit | 2c420fe22f3d526691773288807d010068ce3033 (patch) | |
tree | 8e2605d8ec4cc6f076d7a04f2aa9e3e2727d976d /arch/arm/plat-samsung/Makefile | |
parent | 806c17b5497f62faa65a1fdd235b7fa2df17d704 (diff) |
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/Makefile | 4 |
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 | |||
39 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o | 39 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o |
40 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o | 40 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o |
41 | 41 | ||
42 | # DMA support | ||
43 | |||
44 | obj-$(CONFIG_S3C_DMA) += dma.o | ||
45 | |||
42 | # PM support | 46 | # PM support |
43 | 47 | ||
44 | obj-$(CONFIG_PM) += pm.o | 48 | obj-$(CONFIG_PM) += pm.o |