[tools] firmware-utils: copy bcm_tag.h to src/ and get rid of cc3 macro, fixes imaget...
[openwrt.git] / tools / firmware-utils / Makefile
index 85ef595..c5fbb70 100644 (file)
@@ -20,10 +20,6 @@ define cc2
        $(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
-
 
 define Host/Compile
        mkdir -p $(HOST_BUILD_DIR)/bin
@@ -42,7 +38,7 @@ define Host/Compile
        $(call cc,mkcasfw)
        $(call cc,mkfwimage,-lz)
        $(call cc,mkfwimage2,-lz)
-       $(call cc3,imagetag)
+       $(call cc2,imagetag)
        $(call cc,add_header)
        $(call cc,makeamitbin)
        $(call cc,encode_crc)
This page took 0.03694 seconds and 4 git commands to generate.