X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fmkimage%2FMakefile;fp=tools%2Fmkimage%2FMakefile;h=22e8b484d725566a19ef31d559e49d227b90c844;hb=d4451582d7ae78dbf0fd5ea41cc1a116afaf16bf;hp=89dde5fbb21d1ae4241bea4bc23b5f6e13417755;hpb=162d022cff3c507cdf3c6d21e5ce5eedaeb46236;p=openwrt-10.03%2F.git diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 89dde5fbb..22e8b484d 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -5,11 +5,12 @@ # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/host-build.mk PKG_NAME:=mkimage PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/mkimage +include $(INCLUDE_DIR)/host-build.mk + define Build/Compile $(CC) -O -c src/crc32.c -o $(PKG_BUILD_DIR)/crc32.o $(CC) -O -c src/mkimage.c -o $(PKG_BUILD_DIR)/mkimage.o