diff options
author | Stefan Roese <sr@denx.de> | 2007-01-13 07:18:38 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-13 07:18:38 +0100 |
commit | b8b787065210a1650e16716e21b73468fdaf5ea8 (patch) | |
tree | 06a4ebaaee38e8557f5ad37e02698934227a60fb /rtc/Makefile | |
parent | 7590da92b1c8bad5475e4b6cf18781248b966d9d (diff) | |
parent | 6abaee42621c07e81a2cd189ad4368b5e8c50280 (diff) | |
download | u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.zip u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.tar.gz u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
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 cf2b24e..cdc8ac9 100644 --- a/rtc/Makefile +++ b/rtc/Makefile @@ -29,7 +29,7 @@ LIB = $(obj)librtc.a COBJS = date.o \ bf533_rtc.o ds12887.o ds1302.o ds1306.o ds1307.o \ - ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o \ + ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o ds3231.o \ m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o \ mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o |