diff options
| author | Stefan Roese <[email protected]> | 2007-01-13 08:01:31 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-01-13 08:01:31 +0100 |
| commit | 44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd (patch) | |
| tree | 9eee07aed4b22b114a2527ab24594df4b1e3d451 /rtc/Makefile | |
| parent | 95981778cff0038fd9941044d6a3eda810e33258 (diff) | |
| parent | 6abaee42621c07e81a2cd189ad4368b5e8c50280 (diff) | |
Merge with git+ssh://[email protected]/home/sr/git/u-boot/denx-merge-sr
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 cf2b24ef0dd..cdc8ac934f9 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 |
