aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-01-11 19:40:14 -0500
committerBen Dooks <ben-linux@fluff.org>2010-01-17 18:47:21 -0500
commit206090913d0d6ad3506e3e2693a696fc1626993e (patch)
tree8c0a1c0714b884dc951dedcdc1182f6e5ff5e572 /arch/arm/plat-s3c64xx/Makefile
parent501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (diff)
ARM: S3C64XX: Add S3C64XX RTC platform driver
Add S3C64XX RTC platform driver Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index b85b4359e935..e66dbd7ce9d6 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -13,6 +13,7 @@ obj- :=
13# Core files 13# Core files
14 14
15obj-y += dev-uart.o 15obj-y += dev-uart.o
16obj-y += dev-rtc.o
16obj-y += cpu.o 17obj-y += cpu.o
17obj-y += irq.o 18obj-y += irq.o
18obj-y += irq-eint.o 19obj-y += irq-eint.o