kbuild: dtbs_install: new make target
[deliverable/linux.git] / Makefile
index 606ef7c4a544913bf0fdcd6c4b62a359d5ad8e53..90556da6959d2e6a200d4458c82dd5a030288727 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -726,6 +726,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
This page took 0.025863 seconds and 5 git commands to generate.