aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-08-06 12:29:00 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-08-06 12:29:00 +0300
commitfc4f312478b64b9c7bb97f7c7d3240fb2cb76c17 (patch)
tree9630718c92cc63346602e4d90f89a7b4438f2f82
parentdfdc93a192a073983eb856d43a36510195031737 (diff)
downloadlinux-dt-fc4f312478b64b9c7bb97f7c7d3240fb2cb76c17.tar.gz
Makefile: update dtc warn flags
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2364bdd..520a5b4 100644
--- 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