diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 10:00:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 10:00:58 +0200 |
commit | d1a3f749982bc1a152551724c50f02a194219fe4 (patch) | |
tree | 49f1f17b14e505d617b616e1b63d1dbbd51a0b07 /target/aarch64 | |
parent | bd8b249679a8250f7f086bde5f187dd9af81beca (diff) |
be consistent, do not use - in rootfs names
Diffstat (limited to 'target/aarch64')
-rw-r--r-- | target/aarch64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/aarch64/Makefile b/target/aarch64/Makefile index 1de454020..a25488620 100644 --- a/target/aarch64/Makefile +++ b/target/aarch64/Makefile @@ -19,7 +19,7 @@ targethelp: @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo 'The initramfs image is: ${FW_DIR}/${INITRAMFS}' 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_SYSTEM_ARM_FM),y) @@ -47,6 +47,6 @@ endif ifeq ($(ADK_TARGET_FS),initramfs) imageinstall: kernel-install $(FW_DIR)/$(INITRAMFS) targethelp endif -ifeq ($(ADK_TARGET_FS),initramfs-piggyback) +ifeq ($(ADK_TARGET_FS),initramfspiggyback) imageinstall: createinitramfs targethelp endif |