OSDN Git Service

ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / scripts / Makefile.build
index 42aef00..e644151 100644 (file)
@@ -64,6 +64,11 @@ ifneq ($(hostprogs-y)$(hostprogs-m),)
 include scripts/Makefile.host
 endif
 
+# Do not include host rules unless needed
+ifneq ($(dtbo-y),)
+include scripts/Makefile.dtbo
+endif
+
 ifneq ($(KBUILD_SRC),)
 # Create output directory if not already present
 _dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj))