projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tools] firmware-utils/mkplanexfw: new firmware generation tool for the Planex MZK...
[openwrt.git]
/
tools
/
firmware-utils
/
Makefile
diff --git
a/tools/firmware-utils/Makefile
b/tools/firmware-utils/Makefile
index
70f9e82
..
e2b6cf4
100644
(file)
--- a/
tools/firmware-utils/Makefile
+++ b/
tools/firmware-utils/Makefile
@@
-14,6
+14,10
@@
define cc
$(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
endef
$(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
endef
+define cc2
+ $(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
+endef
+
define Build/Compile
mkdir -p $(PKG_BUILD_DIR)/bin
$(call cc,addpattern)
define Build/Compile
mkdir -p $(PKG_BUILD_DIR)/bin
$(call cc,addpattern)
@@
-34,6
+38,7
@@
define Build/Compile
$(call cc,imagetag)
$(call cc,add_header)
$(call cc,makeamitbin)
$(call cc,imagetag)
$(call cc,add_header)
$(call cc,makeamitbin)
+ $(call cc2,mkplanexfw sha1)
endef
define Build/Install
endef
define Build/Install
This page took
0.024696 seconds
and
4
git commands to generate.