From d1a3f749982bc1a152551724c50f02a194219fe4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Jun 2014 10:00:58 +0200 Subject: be consistent, do not use - in rootfs names --- target/microblaze/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/microblaze') diff --git a/target/microblaze/Makefile b/target/microblaze/Makefile index bda87da84..59851392e 100644 --- a/target/microblaze/Makefile +++ b/target/microblaze/Makefile @@ -27,12 +27,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) @@ -73,10 +73,10 @@ 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 ifeq ($(ADK_TARGET_FS),squashfs) -- cgit v1.2.3