From: Piotr Dymacz Date: Tue, 18 Mar 2014 18:16:04 +0000 (+0100) Subject: hush.o in Makefile X-Git-Tag: 2014-11-19~24^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f489500c526b18c5c2b6c8452f60ee6a8981e420;p=oweals%2Fu-boot_mod.git hush.o in Makefile --- 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)