X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=00a933bb1f41078c44155a880718f5582233fe63;hb=74e77fb9a23813f5c2864d8e11cfec268a45c4cc;hp=c10b734339dbe10bb257a330c4eb9dad9eb1265e;hpb=81235b4ea3aa2e942ac37979433f41b748f12da1;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index c10b734339db..00a933bb1f41 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = -rc8 +EXTRAVERSION = NAME = Shuffling Zombie Juror # *DOCUMENTATION* @@ -728,6 +728,13 @@ export KBUILD_IMAGE ?= vmlinux # images. Default is /boot, but you can set it to other values export INSTALL_PATH ?= /boot +# +# INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots. +# Like INSTALL_MOD_PATH, it isn't defined in the Makefile, but can be passed as +# an argument if needed. Otherwise it defaults to the kernel install path +# +export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) + # # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory # relocations required by build roots. This is not defined in the