]> git.sur5r.net Git - u-boot/blobdiff - rtc/Makefile
Merge with /home/wd/git/u-boot/master
[u-boot] / rtc / Makefile
index 1190f2efc6c46274a7e46b791796a183a0bcefb3..2c5d099feef6a95a3809be9b4218bdc07e8453a8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2001
+# (C) Copyright 2001-2004
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -28,10 +28,10 @@ include $(TOPDIR)/config.mk
 LIB    = librtc.a
 
 OBJS   = date.o   \
-         ds12887.o ds1302.o ds1306.o ds1307.o ds1337.o \
-         ds1556.o ds164x.o ds174x.o \
-         m41t11.o m48t35ax.o mc146818.o mk48t59.o \
-         mpc8xx.o pcf8563.o s3c24x0_rtc.o
+         bf533_rtc.o ds12887.o ds1302.o ds1306.o ds1307.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
 
 all:   $(LIB)