diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 09:35:29 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-18 09:35:29 +0900 |
commit | 0084f27a21d36ac846cd4366289c229a7cce511b (patch) | |
tree | b151540007af3aa260418c1519a5c69b56450025 /arch/arm/plat-s3c64xx/Makefile | |
parent | bcedfa98d97e02e95bb023ab93675dbe63c508ef (diff) | |
parent | 71269364a8d5ea42ecc6cbc7b687e5d45cbabe0e (diff) |
ARM: Merge next-s3c64xx
Merge branch 'next-s3c64xx' into next-samsung
Conflicts:
arch/arm/mach-s3c6400/include/mach/map.h
( ADC and RTC PA merge fixed)
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 80600176cf2..b241f369556 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 |