Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af776024 authored by Danny Lin's avatar Danny Lin Committed by Gagan Malvi
Browse files

dtc: Silence warnings



Signed-off-by: default avatarDanny Lin <danny@kdrag0n.dev>
parent 576bf6bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -280,6 +280,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 ($(KBUILD_ENABLE_EXTRA_GCC_CHECKS),)
DTC_FLAGS += -Wno-unit_address_vs_reg