diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2007-12-27 16:55:17 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 13:29:27 +0100 |
commit | 95c6bc7d4a3588b452baca610f8c795a83630477 (patch) | |
tree | 832b3e7e27b763b39f859c203ed1c3ea87e7bf74 /drivers/rtc/Makefile | |
parent | 1208a2dfde02bedd3c5bda29a606632b8e0be058 (diff) | |
download | u-boot-95c6bc7d4a3588b452baca610f8c795a83630477.zip u-boot-95c6bc7d4a3588b452baca610f8c795a83630477.tar.gz u-boot-95c6bc7d4a3588b452baca610f8c795a83630477.tar.bz2 |
Add Epson RX8025 RTC support
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index e5ee611..8c7f148 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -50,6 +50,7 @@ COBJS-y += mpc8xx.o COBJS-y += pcf8563.o COBJS-y += s3c24x0_rtc.o COBJS-y += rs5c372.o +COBJS-y += rx8025.o COBJS-y += mcfrtc.o COBJS-y += x1205.o |