summaryrefslogtreecommitdiff
path: root/target/microblaze/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-04 18:49:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-04 18:49:24 +0200
commit9143fe2f0546617996d0c7bb9b92d9cf35075637 (patch)
treea757268a64335a978b0ad65fe2084fe8963d03bb /target/microblaze/Makefile
parent5b582722781320d42a69d9398f8d5bdaac2abd52 (diff)
parent7f512568876ee752191e946fafe4dc9d204727e3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/microblaze/Makefile')
-rw-r--r--target/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile
index 58d02c5be..4a39e1c3b 100644
--- a/target/microblaze/Makefile
+++ b/target/microblaze/Makefile
@@ -18,7 +18,7 @@ endif
ifeq ($(ADK_TARGET_FS),squashfs)
imageinstall: $(BUILD_DIR)/root.squashfs
- qemu-img create -f raw $(FW_DIR)/$(ROOTFSSQUASHFS) $(ADK_TARGET_MTD_SIZE)
+ env PATH=$(HOST_PATH) qemu-img create -f raw $(FW_DIR)/$(ROOTFSSQUASHFS) $(ADK_TARGET_MTD_SIZE)
dd conv=notrunc if=$(BUILD_DIR)/root.squashfs of=$(FW_DIR)/$(ROOTFSSQUASHFS)
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
ifneq ($(ADK_HARDWARE_QEMU),)