summaryrefslogtreecommitdiff
path: root/target/ppc64/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/ppc64/Makefile
parentaa4604a4972871fbdf2767a8cd7fc81de4c70965 (diff)
parent7ad00a4ddb79e62b9056fea558e64da988e9b5c9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/ppc64/Makefile')
-rw-r--r--target/ppc64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/ppc64/Makefile b/target/ppc64/Makefile
index 0ad0843c0..6ee949a09 100644
--- a/target/ppc64/Makefile
+++ b/target/ppc64/Makefile
@@ -23,10 +23,10 @@ ifeq ($(ADK_HARDWARE_QEMU),y)
endif
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)