2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
9 PKG_NAME := firmware-utils
11 include $(INCLUDE_DIR)/host-build.mk
14 $(CC) $(HOST_CFLAGS) -include endian.h -o $(PKG_BUILD_DIR)/bin/$(1) src/$(1).c $(2)
18 mkdir -p $(PKG_BUILD_DIR)/bin
21 $(call cc,motorola-bin)
30 $(call cc,lzma2eva,-lz)
34 $(CP) $(PKG_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
37 $(eval $(call HostBuild))