projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[au1000] switch to 2.6.30.1
[openwrt.git]
/
tools
/
firmware-utils
/
Makefile
diff --git
a/tools/firmware-utils/Makefile
b/tools/firmware-utils/Makefile
index
e2b6cf4
..
5ccc0d1
100644
(file)
--- a/
tools/firmware-utils/Makefile
+++ b/
tools/firmware-utils/Makefile
@@
-10,16
+10,23
@@
PKG_NAME := firmware-utils
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
+include $(INCLUDE_DIR)/kernel.mk
+
define cc
define cc
- $(CC) $(HOST_CFLAGS) -include endian.h -o $(
PKG
_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
+ $(CC) $(HOST_CFLAGS) -include endian.h -o $(
HOST
_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
endef
define cc2
endef
define cc2
- $(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
+ $(CC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
+endef
+
+define cc3
+ $(CC) $(HOST_CFLAGS) -I$(CURDIR)/../../target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx -include endian.h -o $(HOST_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
endef
endef
-define Build/Compile
- mkdir -p $(PKG_BUILD_DIR)/bin
+
+define Host/Compile
+ mkdir -p $(HOST_BUILD_DIR)/bin
$(call cc,addpattern)
$(call cc,trx)
$(call cc,motorola-bin)
$(call cc,addpattern)
$(call cc,trx)
$(call cc,motorola-bin)
@@
-35,14
+42,20
@@
define Build/Compile
$(call cc,mkcasfw)
$(call cc,mkfwimage,-lz)
$(call cc,mkfwimage2,-lz)
$(call cc,mkcasfw)
$(call cc,mkfwimage,-lz)
$(call cc,mkfwimage2,-lz)
- $(call cc,imagetag)
+ $(call cc
3
,imagetag)
$(call cc,add_header)
$(call cc,makeamitbin)
$(call cc,add_header)
$(call cc,makeamitbin)
+ $(call cc,encode_crc)
+ $(call cc,nand_ecc)
$(call cc2,mkplanexfw sha1)
$(call cc2,mkplanexfw sha1)
+ $(call cc2,mktplinkfw md5)
+ $(call cc,pc1crypt)
+ $(call cc,osbridge-crc)
+ $(call cc2,wrt400n cyg_crc32)
endef
endef
-define
Build
/Install
- $(INSTALL_BIN) $(
PKG
_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
+define
Host
/Install
+ $(INSTALL_BIN) $(
HOST
_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.025634 seconds
and
4
git commands to generate.