diff options
author | Andy Green <andy@openmoko.com> | 2009-02-24 02:01:05 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-24 02:01:05 +0000 |
commit | ef40e749be61a1b39f6db90f3950691a3e3779e6 (patch) | |
tree | 52a063f32ed34f9bdd61a73c5039259bd5ff6796 /arch | |
parent | a7379d3113c9303d4693874160688391d411e224 (diff) |
fix-plat-s3c-dma-build-in-makefile.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index cb5ea6cc7dd..a78d41dca2e 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -33,3 +33,5 @@ obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o obj-$(CONFIG_S3C_PWM) += pwm.o +obj-$(CONFIG_S3C_DMA) += dma.o + |