X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=00a933bb1f41078c44155a880718f5582233fe63;hb=494b6590043b4cd73ceb3f58e1c012a2c6c98d85;hp=e5ac8a62e6e57c855c4da06e3d80c2438fccee48;hpb=158e0d3621683ee0cdfeeba56f0e5ddd97ae984f;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index e5ac8a62e6e5..00a933bb1f41 100644 --- a/Makefile +++ b/Makefile @@ -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