15 lines
509 B
Diff
15 lines
509 B
Diff
|
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
|
||
|
index aac94d96..d22bb79d 100644
|
||
|
--- a/scripts/Makefile.lib
|
||
|
+++ b/scripts/Makefile.lib
|
||
|
@@ -270,6 +270,9 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
|
||
|
# ---------------------------------------------------------------------------
|
||
|
DTC ?= $(objtree)/scripts/dtc/dtc
|
||
|
|
||
|
+# Enable overlay support
|
||
|
+DTC_FLAGS += -@
|
||
|
+
|
||
|
# Disable noisy checks by default
|
||
|
ifeq ($(KBUILD_ENABLE_EXTRA_GCC_CHECKS),)
|
||
|
DTC_FLAGS += -Wno-unit_address_vs_reg \
|