summaryrefslogtreecommitdiff
path: root/target/microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-03 11:27:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-03 11:27:38 +0200
commit97f06c7f9d934a86f84f6608bcf3c6a1a1132eee (patch)
treeb4391721c33a97aefdbd0ecff73dc1e43d50b557 /target/microblaze
parentcf494122e89c1f3674079ad3de3604f8d8e94b0b (diff)
add qemu host dependency
Diffstat (limited to 'target/microblaze')
-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),)