]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
hwmon: Extend lm63.c to support LM64
[karo-tx-uboot.git] / Makefile
index ada951e668d6cb0af997524f0b885332986a6715..384a59e803d677d4c2fae1e4a302556785b11b7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ OBJS := $(addprefix $(obj),$(OBJS))
 LIBS  = lib/libgeneric.o
 LIBS += lib/lzma/liblzma.o
 LIBS += lib/lzo/liblzo.o
+LIBS += lib/zlib/libz.o
 LIBS += $(shell if [ -f board/$(VENDOR)/common/Makefile ]; then echo \
        "board/$(VENDOR)/common/lib$(VENDOR).o"; fi)
 LIBS += $(CPUDIR)/lib$(CPU).o