From 51a0c4d0d98e758c9e7d4d06f2580d8e92ed3caf Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 12 Jan 2012 19:36:36 +0100 Subject: target/x86_64/Makefile: fix blocking typo --- target/x86_64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/x86_64/Makefile') 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:" -- cgit v1.2.3