diff options
| author | Ilias Apalodimas <[email protected]> | 2025-05-20 08:21:13 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 18:42:37 -0600 |
| commit | 31811fbb6b164ad7be63cb34146a63334b3689b8 (patch) | |
| tree | 2b24a54cd639b4d931e9e809c244d417e51fcd83 /scripts/Makefile.lib | |
| parent | afba83ad89d5b17fc49f47df3a8c031a23815d1a (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.lib | 1 |
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 |
