diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2012-01-12 19:36:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-01-15 11:09:27 +0100 |
commit | 51a0c4d0d98e758c9e7d4d06f2580d8e92ed3caf (patch) | |
tree | 821cae0e74708e8b5213e1c8e9267f37f3bde06d /target/x86_64 | |
parent | 121a894ee1c3291d63c75d60cf3fc1a8859d4dfb (diff) |
target/x86_64/Makefile: fix blocking typo
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index 3361ed1cc..9a834219e 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -28,7 +28,7 @@ endif ifeq ($(ADK_TARGET_FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) - @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL} + @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo 'The initramfs image is: ${BIN_DIR}/${INITRAMFS}' ifeq ($(ADK_TARGET_SYSTEM_QEMU_X86_64),y) @echo "Start qemu with following command line:" |