dtc: Silence warnings

Signed-off-by: Danny Lin <danny@kdrag0n.dev>
This commit is contained in:
Danny Lin 2019-07-18 18:49:10 -07:00 committed by Michael Bestas
parent 21ddc225f5
commit 4cc0643a1c
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -255,6 +255,9 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
# ---------------------------------------------------------------------------
DTC ?= $(objtree)/scripts/dtc/dtc
# Silence warnings
DTC_FLAGS += -q
# Disable noisy checks by default
ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
DTC_FLAGS += -Wno-unit_address_vs_reg