]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-linux-kernel/ti-upstream-tools.git/commitdiff
Makefile: update dtc warn flags
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 6 Aug 2020 09:29:00 +0000 (12:29 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 6 Aug 2020 09:29:00 +0000 (12:29 +0300)
Add -Wno-interrupt_provider to DTC_WARN_FLAGS, as is done in v5.8, to
silence warnings flood.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Makefile

index 2364bdd77767e9eec05b3a92211aa56b36ceedff..520a5b415f1213eceab0674a432566ae822389a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ LINUX ?= ${mkfile_path}../linux
 endif
 
 DTC ?= ${LINUX}/scripts/dtc/dtc
-DTC_WARN_FLAGS := -Wno-unit_address_vs_reg -Wno-unit_address_format -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-simple_bus_reg -Wno-unique_unit_address -Wno-pci_device_reg
+DTC_WARN_FLAGS := -Wno-interrupt_provider -Wno-unit_address_vs_reg -Wno-unit_address_format -Wno-avoid_unnecessary_addr_size -Wno-alias_paths -Wno-graph_child_address -Wno-simple_bus_reg -Wno-unique_unit_address -Wno-pci_device_reg
 DTC_FLAGS := -O dtb -@ -b 0 -i${LINUX}/include ${DTC_WARN_FLAGS}
 CPP_FLAGS := -E -nostdinc -I${LINUX}/scripts/dtc/include-prefixes -undef -D__DTS__ -x assembler-with-cpp