X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=9447aa73478e873f2c91599d136222551467fd83;hb=0ee1a22b6dbf30158718ab59f294bf1103f63121;hp=61050adb13f52f54a43d1ea6f8e0e6612157a29c;hpb=ade766acfb27b1cfe175cd83f22db80dc5b5d789;p=u-boot diff --git a/Makefile b/Makefile index 61050adb13..9447aa7347 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ # SPDX-License-Identifier: GPL-2.0+ # -VERSION = 2015 -PATCHLEVEL = 10 +VERSION = 2016 +PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = # *DOCUMENTATION* @@ -1335,6 +1335,9 @@ spl/sunxi-spl.bin: spl/u-boot-spl spl/u-boot-spl-dtb.sfp: spl/u-boot-spl @: +spl/boot.bin: spl/u-boot-spl + @: + tpl/u-boot-tpl.bin: tools prepare $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all