From 701d4ba77e61984a71ddbf552193e5567be4e3af Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 15 Nov 2021 11:42:28 +0000 Subject: x1000: Merge makefiles used for the bootloader All three X1000 native targets turned out to have a very similar boot configuration and used a nearly identical makefile. Eliminate this duplication by moving the logic into the main makefile. Change-Id: I13044b9675c0abd605b8accdb2fee4f54549b020 --- .../target/mips/ingenic_x1000/fiiom3k/boot.make | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 firmware/target/mips/ingenic_x1000/fiiom3k/boot.make (limited to 'firmware/target/mips/ingenic_x1000/fiiom3k') diff --git a/firmware/target/mips/ingenic_x1000/fiiom3k/boot.make b/firmware/target/mips/ingenic_x1000/fiiom3k/boot.make deleted file mode 100644 index 77b23167c2..0000000000 --- a/firmware/target/mips/ingenic_x1000/fiiom3k/boot.make +++ /dev/null @@ -1,30 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -include $(ROOTDIR)/lib/microtar/microtar.make - -.SECONDEXPANSION: - -$(BUILDDIR)/spl.m3k: $(BUILDDIR)/spl.bin - $(call PRINTS,MKSPL $(@F))$(TOOLSDIR)/mkspl-x1000 -type=nand -ppb=2 -bpp=2 $< $@ - -$(BUILDDIR)/bootloader.ucl: $(BUILDDIR)/bootloader.bin - $(call PRINTS,UCLPACK $(@F))$(TOOLSDIR)/uclpack --nrv2e -9 $< $@ >/dev/null - -.PHONY: $(BUILDDIR)/bootloader-info.txt -$(BUILDDIR)/bootloader-info.txt: - $(call PRINTS,GEN $(@F))echo $(SVNVERSION) > $@ - -$(BUILDDIR)/$(BINARY): $(BUILDDIR)/spl.m3k \ - $(BUILDDIR)/bootloader.ucl \ - $(BUILDDIR)/bootloader-info.txt - $(call PRINTS,TAR $(@F))tar -C $(BUILDDIR) \ - --numeric-owner --no-acls --no-xattrs --no-selinux \ - --mode=0644 --owner=0 --group=0 \ - -cf $@ $(call full_path_subst,$(BUILDDIR)/%,%,$^) -- cgit v1.2.3