projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c67b43
)
hush.o in Makefile
author
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 18 Mar 2014 18:16:04 +0000
(19:16 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 18 Mar 2014 18:16:04 +0000
(19:16 +0100)
u-boot/common/Makefile
patch
|
blob
|
history
diff --git
a/u-boot/common/Makefile
b/u-boot/common/Makefile
index 685b1531825de8755d024c80303022047b7a78f9..ee9c0e195c66b516f752504b1065fd19afa1d4ef 100755
(executable)
--- 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)