diff options
author | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-20 13:29:10 +0100 |
---|---|---|
committer | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-20 13:29:10 +0100 |
commit | 9115ff8b3139bab8ebc2d25f1ec03a98b2641c99 (patch) | |
tree | 2c7535d8970d7ebf5a7b5613fc3324b3200c0645 /target/native | |
parent | 82009b8fa77db023dd186444e2698a5d9c01d496 (diff) | |
parent | 6b65886e809bdbfd7699e7fbbc8980f5eb4992c4 (diff) |
Merge branch 'master' of git://openadk.org/git/openadk
Diffstat (limited to 'target/native')
-rw-r--r-- | target/native/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/native/Makefile b/target/native/Makefile index 471008094..2b279e4ff 100644 --- a/target/native/Makefile +++ b/target/native/Makefile @@ -12,8 +12,8 @@ kernel-install: ifeq ($(FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) - cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel - @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${ARCH}-kernel' + @cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel + @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo 'The initramfs image is: ${BIN_DIR}/${INITRAMFS}' @echo 'Login as user root with password linux123 via ssh or console' endif |