diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-01-12 00:40:14 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-17 23:47:21 (GMT) |
commit | 206090913d0d6ad3506e3e2693a696fc1626993e (patch) | |
tree | 8c0a1c0714b884dc951dedcdc1182f6e5ff5e572 /arch/arm/plat-s3c64xx/Makefile | |
parent | 501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (diff) | |
download | linux-206090913d0d6ad3506e3e2693a696fc1626993e.tar.xz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index b85b435..e66dbd7 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile @@ -13,6 +13,7 @@ obj- := # Core files obj-y += dev-uart.o +obj-y += dev-rtc.o obj-y += cpu.o obj-y += irq.o obj-y += irq-eint.o |