summaryrefslogtreecommitdiff
path: root/rtc/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 17:34:58 (GMT)
committerwdenk <wdenk>2004-06-09 17:34:58 (GMT)
commit4c0d4c3b782ef278f5843eb2533e03b9c4c16e21 (patch)
tree09dcb91dbd32932f125901c1a4c210e4f2fdc88f /rtc/Makefile
parentca0e774894ceceeffe5134f69c0f4e1f789407a2 (diff)
downloadu-boot-fsl-qoriq-4c0d4c3b782ef278f5843eb2533e03b9c4c16e21.tar.xz
* 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
Diffstat (limited to 'rtc/Makefile')
-rw-r--r--rtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/Makefile b/rtc/Makefile
index 1c543d7..71fadea 100644
--- a/rtc/Makefile
+++ b/rtc/Makefile
@@ -30,7 +30,7 @@ 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 \
+ m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o \
mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o
all: $(LIB)