From b7aae620f5745b5b6d2036224d895af9b0032d90 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 2 Mar 2023 10:24:45 +0100 Subject: scripts: dtc: disable interrupt_provider warnings The kernel disabled interrupt provider warnings with -Wno-interrupt_provide. Do likewise to avoid generating warnings that we would have to fix in the imported kernel dts files. Signed-off-by: Sascha Hauer --- scripts/Makefile.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 6e0d92cf75..4da5bb4ee7 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -345,11 +345,11 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \ -Wno-unit_address_format \ -Wno-avoid_unnecessary_addr_size \ -Wno-alias_paths \ - -Wno-alias_paths \ -Wno-graph_child_address \ -Wno-simple_bus_reg \ -Wno-unique_unit_address \ - -Wno-pci_device_reg + -Wno-pci_device_reg \ + -Wno-interrupt_provider ifeq ($(CONFIG_OF_OVERLAY_LIVE), y) DTC_FLAGS += -@ -- cgit v1.2.1