aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-07-03 06:24:27 -0400
committerBen Dooks <ben-linux@fluff.org>2008-07-03 11:51:23 -0400
commitb999f0db941f56bb0f68ebf455f6e2960cfd5804 (patch)
tree50021b2d4083d0f7e88d5b795683108d7cff25e8 /arch/arm/plat-s3c24xx/Makefile
parentb4b68f8cfaf583945019e41674cfa858c83316c3 (diff)
[ARM] S3C24XX: Support for PWM timer clocks via clk_* API
Add support for the PWM timer clock routing via the standard clk_ API. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r--arch/arm/plat-s3c24xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile
index b91e62585684..c925d577fef4 100644
--- a/arch/arm/plat-s3c24xx/Makefile
+++ b/arch/arm/plat-s3c24xx/Makefile
@@ -19,6 +19,7 @@ obj-y += gpio.o
19obj-y += gpiolib.o 19obj-y += gpiolib.o
20obj-y += time.o 20obj-y += time.o
21obj-y += clock.o 21obj-y += clock.o
22obj-y += pwm-clock.o
22 23
23# Architecture dependant builds 24# Architecture dependant builds
24 25