mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-13 00:19:17 +00:00
* Change DEV to EDGE * Renaming patches dev folder to edge * Move patches into subdir where they will be archived. * Relink patch directories properly
12 lines
411 B
Diff
12 lines
411 B
Diff
--- a/scripts/Makefile.lib
|
|
+++ b/scripts/Makefile.lib
|
|
@@ -244,6 +244,9 @@ cmd_gzip = (cat $(filter-out FORCE,$^) |
|
|
# ---------------------------------------------------------------------------
|
|
DTC ?= $(objtree)/scripts/dtc/dtc
|
|
|
|
+# Enable overlay support
|
|
+DTC_FLAGS += -@
|
|
+
|
|
# Disable noisy checks by default
|
|
ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
|
|
DTC_FLAGS += -Wno-unit_address_vs_reg \
|