aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:12 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:12 +0000
commitce90a0e00afd546c6f01bd3d645e7e29f6f2d2fc (patch)
tree38c10a9c2e7af1e6b29ccc7cc2af4810672608bd /arch/arm/mach-s3c2410/Makefile
parent2ddb75cf210a1258d30b3044f7675616a98573a1 (diff)
s3c2410-pwm.patch
This patch adds a PWM api abstraction for the S3C2410 SoC Signed-off-by: Javi Roman <javiroman@kernel-labs.org> Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r--arch/arm/mach-s3c2410/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
index 2a7ede9f265..2a12a6a67b2 100644
--- a/arch/arm/mach-s3c2410/Makefile
+++ b/arch/arm/mach-s3c2410/Makefile
@@ -15,6 +15,8 @@ obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o
obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o
obj-$(CONFIG_S3C2410_PM) += pm.o sleep.o
obj-$(CONFIG_S3C2410_GPIO) += gpio.o
+obj-$(CONFIG_S3C2410_CLOCK) += clock.o
+obj-$(CONFIG_S3C2410_PWM) += pwm.o
# Machine support