summaryrefslogtreecommitdiff
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-05-20 08:21:13 +0300
committerTom Rini <[email protected]>2025-05-29 18:42:37 -0600
commit31811fbb6b164ad7be63cb34146a63334b3689b8 (patch)
tree2b24a54cd639b4d931e9e809c244d417e51fcd83 /scripts/Makefile.lib
parentafba83ad89d5b17fc49f47df3a8c031a23815d1a (diff)
kbuild: disable dtc simple_bus_reg warnings by default
Backport changes from the kernel commit 70523a3ce5ff ("kbuild: disable dtc simple_bus_reg warnings by default") Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r--scripts/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 83fd5ff6c31..2422ac980a4 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -302,6 +302,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
-Wno-alias_paths \
-Wno-graph_child_address \
-Wno-graph_port \
+ -Wno-simple_bus_reg \
-Wno-unique_unit_address \
-Wno-simple_bus_reg \
-Wno-pci_device_reg