diff options
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/shanlingq1/boot.make')
-rw-r--r-- | firmware/target/mips/ingenic_x1000/shanlingq1/boot.make | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/firmware/target/mips/ingenic_x1000/shanlingq1/boot.make b/firmware/target/mips/ingenic_x1000/shanlingq1/boot.make deleted file mode 100644 index 639f570ea3..0000000000 --- a/firmware/target/mips/ingenic_x1000/shanlingq1/boot.make +++ /dev/null @@ -1,31 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -include $(ROOTDIR)/lib/microtar/microtar.make - -.SECONDEXPANSION: - -# FIXME(q1): verify NAND parameters -$(BUILDDIR)/spl.q1: $(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.q1 \ - $(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)/%,%,$^) |