Skip to content

Commit

Permalink
lantiq: tidy up image/Makefile
Browse files Browse the repository at this point in the history
This harmonizes indent for Build blocks and removes multiple empty
lines.

Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
adschm committed Jan 24, 2020
1 parent 719e106 commit 2dc0a8c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions target/linux/lantiq/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dc0a8c

Please sign in to comment.