hush.o in Makefile
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 18 Mar 2014 18:16:04 +0000 (19:16 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 18 Mar 2014 18:16:04 +0000 (19:16 +0100)
u-boot/common/Makefile

index 685b1531825de8755d024c80303022047b7a78f9..ee9c0e195c66b516f752504b1065fd19afa1d4ef 100755 (executable)
@@ -45,7 +45,8 @@ COBJS = main.o \
                  exports.o \
                  flash.o \
                  lists.o \
-                 env_flash.o
+                 env_flash.o \
+                 hush.o
 
 OBJS   = $(AOBJS) $(COBJS)