X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fmkimage%2FMakefile;h=22e8b484d725566a19ef31d559e49d227b90c844;hb=59583de01433de79b999bd67cade60226102ca0e;hp=71285d2e1af9c2bb5992b29422707d48a8e433a1;hpb=f52d66ff00b24111f87c274d3d7085ef2e1d27b1;p=openwrt-10.03%2F.git diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 71285d2e1..22e8b484d 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -5,10 +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