diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -727,6 +727,13 @@ export KBUILD_IMAGE ?= vmlinux | |||
727 | export INSTALL_PATH ?= /boot | 727 | export INSTALL_PATH ?= /boot |
728 | 728 | ||
729 | # | 729 | # |
730 | # INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots. | ||
731 | # Like INSTALL_MOD_PATH, it isn't defined in the Makefile, but can be passed as | ||
732 | # an argument if needed. Otherwise it defaults to the kernel install path | ||
733 | # | ||
734 | export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) | ||
735 | |||
736 | # | ||
730 | # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory | 737 | # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory |
731 | # relocations required by build roots. This is not defined in the | 738 | # relocations required by build roots. This is not defined in the |
732 | # makefile but the argument can be passed to make if needed. | 739 | # makefile but the argument can be passed to make if needed. |