summaryrefslogtreecommitdiff
path: root/target/sparc64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-08 10:00:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-08 10:00:58 +0200
commitd1a3f749982bc1a152551724c50f02a194219fe4 (patch)
tree49f1f17b14e505d617b616e1b63d1dbbd51a0b07 /target/sparc64
parentbd8b249679a8250f7f086bde5f187dd9af81beca (diff)
be consistent, do not use - in rootfs names
Diffstat (limited to 'target/sparc64')
-rw-r--r--target/sparc64/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/sparc64/Makefile b/target/sparc64/Makefile
index ee0b10dad..47ba9c0b6 100644
--- a/target/sparc64/Makefile
+++ b/target/sparc64/Makefile
@@ -39,12 +39,12 @@ ifeq ($(ADK_TARGET_QEMU),y)
@echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}'
endif
endif
-ifeq ($(ADK_TARGET_FS),initramfs-archive)
+ifeq ($(ADK_TARGET_FS),initramfsarchive)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)"
endif
-ifeq ($(ADK_TARGET_FS),initramfs-piggyback)
+ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
ifeq ($(ADK_TARGET_QEMU),y)
@@ -67,9 +67,9 @@ endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: kernel-install $(FW_DIR)/$(INITRAMFS) targethelp
endif
-ifeq ($(ADK_TARGET_FS),initramfs-archive)
+ifeq ($(ADK_TARGET_FS),initramfsarchive)
imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp
endif
-ifeq ($(ADK_TARGET_FS),initramfs-piggyback)
+ifeq ($(ADK_TARGET_FS),initramfspiggyback)
imageinstall: createinitramfs targethelp
endif