dtc: Silence warnings by default.
Change-Id: Ia8a517ffe0460b2b3b66e1591f32442118a73969 Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
67a8eff21d
commit
0f3a440ea6
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
|
|||
# ---------------------------------------------------------------------------
|
||||
DTC ?= $(objtree)/scripts/dtc/dtc
|
||||
|
||||
# Silence all DTC warnings by default.
|
||||
DTC_FLAGS += -q
|
||||
|
||||
# Disable noisy checks by default
|
||||
ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
|
||||
DTC_FLAGS += -Wno-unit_address_vs_reg
|
||||
|
|
Loading…
Add table
Reference in a new issue