]> git.sur5r.net Git - u-boot/blobdiff - dtt/Makefile
Merge with /server/home/stefan/git/u-boot/bamboo-sdram
[u-boot] / dtt / Makefile
index 48a4be66671e7c82bbfd28c37aac68718e2ea016..0a334784ded59b618acaaf56053391c5a362a1d8 100644 (file)
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = libdtt.a
 
-OBJS   = lm75.o ds1621.o
+OBJS   = lm75.o ds1621.o adm1021.o
 
 all:   $(LIB)
 
@@ -42,4 +42,3 @@ $(LIB):       $(START) $(OBJS)
 sinclude .depend
 
 #########################################################################
-