diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-03-14 15:59:25 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-03-14 15:59:25 +0100 |
commit | 6e53e27c5017e4a9505dce47b3167501a2c02299 (patch) | |
tree | e82baf5586824b27d258ea1f15a4514abfaba952 /rtc/Makefile | |
parent | ff7fefe6797246b2748530f965f2e41de34a982a (diff) |
Add support for DS1374 RTC chip.
Diffstat (limited to 'rtc/Makefile')
-rw-r--r-- | rtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/Makefile b/rtc/Makefile index b08057e2f13..2c5d099feef 100644 --- a/rtc/Makefile +++ b/rtc/Makefile @@ -29,7 +29,7 @@ LIB = librtc.a OBJS = date.o \ bf533_rtc.o ds12887.o ds1302.o ds1306.o ds1307.o \ - ds1337.o ds1556.o ds164x.o ds174x.o \ + ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o \ m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o \ mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o |