summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile
index 15bf7258e..dc4edf146 100644
--- a/target/x86/Makefile
+++ b/target/x86/Makefile
@@ -38,7 +38,7 @@ ifeq ($(ADK_HARDWARE_QEMU_X86),y)
endif
endif
ifeq ($(FS),usb)
-imageinstall: tools-compile $(BIN_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "To install everything to USB use scripts/install.sh"
endif