summaryrefslogtreecommitdiff
path: root/target/m68k/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-18 08:48:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-18 08:48:05 +0100
commitd59d6236342369fb1d2ac05f24b489c84db8b8a5 (patch)
tree8c57bc4fcb03203dd2c6c0ebdbc39330e6f5c165 /target/m68k/Makefile
parentaa4604a4972871fbdf2767a8cd7fc81de4c70965 (diff)
parent7ad00a4ddb79e62b9056fea558e64da988e9b5c9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/m68k/Makefile')
-rw-r--r--target/m68k/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/m68k/Makefile b/target/m68k/Makefile
index d68393b84..0e7324c25 100644
--- a/target/m68k/Makefile
+++ b/target/m68k/Makefile
@@ -16,10 +16,10 @@ imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
endif
ifeq ($(ADK_TARGET_FS),initramfsarchive)
-imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(FW_DIR)/$(ROOTFSUSERTARBALL)
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
- @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)"
endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: $(FW_DIR)/$(INITRAMFS)