X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=dtt%2FMakefile;h=0a334784ded59b618acaaf56053391c5a362a1d8;hb=c7911c7e8fabeb37d5a4b6a8ee26a0d841e01cfe;hp=48a4be66671e7c82bbfd28c37aac68718e2ea016;hpb=9096e7a3a32b62f9ecc28e83cb9acab3f9b49276;p=u-boot diff --git a/dtt/Makefile b/dtt/Makefile index 48a4be6667..0a334784de 100644 --- a/dtt/Makefile +++ b/dtt/Makefile @@ -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 ######################################################################### -