From 2dc0a8c18080a7e447e9b41b037ce9635665e809 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 24 Jan 2020 18:51:36 +0100 Subject: [PATCH] lantiq: tidy up image/Makefile This harmonizes indent for Build blocks and removes multiple empty lines. Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/image/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 4cd9b4ab48..d0dc49730b 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -15,9 +15,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk ifeq ($(SUBTARGET),xway) - UBIFS_OPTS := -m 512 -e 15872 -c 1959 + UBIFS_OPTS := -m 512 -e 15872 -c 1959 else - UBIFS_OPTS := -m 2048 -e 126KiB -c 4096 + UBIFS_OPTS := -m 2048 -e 126KiB -c 4096 endif define Build/append-avm-fakeroot @@ -29,12 +29,12 @@ define Build/dgn3500-sercom-footer endef define Build/mkbrncmdline - mkbrncmdline -i $@ -o $@.new BRN-BOOT - mv $@.new $@ + mkbrncmdline -i $@ -o $@.new BRN-BOOT + mv $@.new $@ endef define Build/mkbrnimg - mkbrnimg -s $(SIGNATURE) -m $(MAGIC) -p $(CRC32_POLY) -o $@ $(IMAGE_KERNEL) $(IMAGE_ROOTFS) + mkbrnimg -s $(SIGNATURE) -m $(MAGIC) -p $(CRC32_POLY) -o $@ $(IMAGE_KERNEL) $(IMAGE_ROOTFS) endef define Build/fullimage @@ -126,14 +126,12 @@ include danube.mk include ar9.mk endif - ifeq ($(SUBTARGET),xrx200) DEFAULT_SOC := vr9 include tp-link.mk include vr9.mk endif - ifeq ($(SUBTARGET),falcon) DEFAULT_SOC := falcon include falcon.mk