diff options
Diffstat (limited to 'target/tools/uboot-mkimage/Makefile')
-rw-r--r-- | target/tools/uboot-mkimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/uboot-mkimage/Makefile b/target/tools/uboot-mkimage/Makefile index fd6700cee..08506a5f8 100644 --- a/target/tools/uboot-mkimage/Makefile +++ b/target/tools/uboot-mkimage/Makefile @@ -3,4 +3,4 @@ include $(TOPDIR)/rules.mk all: $(HOSTCC) -c crc32.c -o crc32.o $(HOSTCC) -c mkimage.c -o mkimage.o - $(HOSTCC) -o ${STAGING_TOOLS}/bin/mkimage mkimage.o crc32.o + $(HOSTCC) -o ${STAGING_HOST_DIR}/bin/mkimage mkimage.o crc32.o |