summaryrefslogtreecommitdiff
path: root/target/qemu-mipsel/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-26 19:51:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-26 19:51:01 +0100
commitb43f782ca8d684fa003ecc6f21ad8adffb76bd42 (patch)
tree1dbc4cbcf7f306eb168bd17ba35f213e91547df0 /target/qemu-mipsel/Makefile
parenta57b22c8e3087efb7eb0f93afba35066d49ccf55 (diff)
fix some kernel dependencies and qemu examples.
Diffstat (limited to 'target/qemu-mipsel/Makefile')
-rw-r--r--target/qemu-mipsel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/qemu-mipsel/Makefile b/target/qemu-mipsel/Makefile
index dcbb46b31..03513b8f2 100644
--- a/target/qemu-mipsel/Makefile
+++ b/target/qemu-mipsel/Makefile
@@ -12,7 +12,7 @@ kernel-install:
ifeq ($(FS),archive)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
- @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
+ @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Use following command to create a QEMU Image:"
@echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Be sure to change permissions after image creation."