Added more essential NAS modules for NSLU2, NAS100d and DSMG600RevA profiles
[openwrt.git] / tools / firmware-utils / Makefile
index 2518e34..e8c5f00 100644 (file)
@@ -5,11 +5,12 @@
 # See /LICENSE for more information.
 #
 include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/host-build.mk
 
 PKG_NAME := firmware-utils
 PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/firmware-utils
 
+include $(INCLUDE_DIR)/host-build.mk
+
 CFLAGS := -O2 -I $(STAGING_DIR)/include-host -include endian.h
 
 define cc
@@ -26,7 +27,6 @@ define Build/Compile
        $(call cc,ptgen)
        $(call cc,airlink)
        $(call cc,srec2bin)
-       $(call cc,mksyshdr)
        $(call cc,mkmylofw)
        $(call cc,mkcsysimg)
 endef
This page took 0.017731 seconds and 4 git commands to generate.