projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: CONFIG_HAMRADIO=n makes no sense
[openwrt.git]
/
tools
/
mkimage
/
Makefile
diff --git
a/tools/mkimage/Makefile
b/tools/mkimage/Makefile
index
f8d7197
..
beeecb8
100644
(file)
--- a/
tools/mkimage/Makefile
+++ b/
tools/mkimage/Makefile
@@
-19,8
+19,9
@@
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
+ rm -f $(HOST_BUILD_DIR)/tools/.depend
touch $(HOST_BUILD_DIR)/include/config.{h,mk} $(HOST_BUILD_DIR)/include/autoconf.mk{.dep,}
touch $(HOST_BUILD_DIR)/include/config.{h,mk} $(HOST_BUILD_DIR)/include/autoconf.mk{.dep,}
- $(MAKE) -C $(HOST_BUILD_DIR) SUBDIRS=tools BIN_FILES-y="mkimage" tools
+ $(MAKE) -C $(HOST_BUILD_DIR)
BUILD_DIR=
SUBDIRS=tools BIN_FILES-y="mkimage" tools
endef
define Host/Install
endef
define Host/Install
This page took
0.022033 seconds
and
4
git commands to generate.