From c164968b0c1b08a7d85c95d492f7ec562689873a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Jan 2011 12:57:04 +0100 Subject: use HOSTCFLAGS, avoid object file generation --- target/tools/uboot-mkimage/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'target/tools/uboot-mkimage') diff --git a/target/tools/uboot-mkimage/Makefile b/target/tools/uboot-mkimage/Makefile index 08506a5f8..c9d85a28e 100644 --- a/target/tools/uboot-mkimage/Makefile +++ b/target/tools/uboot-mkimage/Makefile @@ -1,6 +1,4 @@ include $(TOPDIR)/rules.mk all: - $(HOSTCC) -c crc32.c -o crc32.o - $(HOSTCC) -c mkimage.c -o mkimage.o - $(HOSTCC) -o ${STAGING_HOST_DIR}/bin/mkimage mkimage.o crc32.o + $(HOSTCC) ${HOSTCFLAGS} -o ${STAGING_HOST_DIR}/bin/mkimage mkimage.c crc32.c -- cgit v1.2.3