From f489500c526b18c5c2b6c8452f60ee6a8981e420 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 18 Mar 2014 19:16:04 +0100 Subject: [PATCH] hush.o in Makefile --- u-boot/common/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/u-boot/common/Makefile b/u-boot/common/Makefile index 685b153..ee9c0e1 100755 --- a/u-boot/common/Makefile +++ b/u-boot/common/Makefile @@ -45,7 +45,8 @@ COBJS = main.o \ exports.o \ flash.o \ lists.o \ - env_flash.o + env_flash.o \ + hush.o OBJS = $(AOBJS) $(COBJS) -- 2.25.1