From 4082bc2934bf1e6363e2a5c4c98b3836e54d8695 Mon Sep 17 00:00:00 2001 From: Balaji Rao Date: Sun, 22 Feb 2009 04:39:57 +0000 Subject: move_pwm_code_to_plat_s3c.patch Since the pwm code in mach-2410 can be reused for 6410, move it to plat-s3c. Signed-off-by: Balaji Rao --- arch/arm/plat-s3c/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/plat-s3c/Makefile') diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index c77fcae5529..cb5ea6cc7dd 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -31,3 +31,5 @@ obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o obj-y += dev-i2c0.o obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o + +obj-$(CONFIG_S3C_PWM) += pwm.o -- cgit v1.2.3