* Patch by Tom Armistead, 04 Jun 2004:
Add support for MAX6900 RTC
* Patches by Ladislav Michl, 03 Jun 2004:
- fix cfi_flash.c on LE systems
- let 'make mrproper' delete u-boot.img as well
- turn printf into debug in cfi_flash.c
diff --git a/rtc/Makefile b/rtc/Makefile
index 1c543d7..71fadea 100644
--- a/rtc/Makefile
+++ b/rtc/Makefile
@@ -30,7 +30,7 @@
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 \
+ m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o \
mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o
all: $(LIB)