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

Unverified Commit 89f6b418 authored by Danny Lin's avatar Danny Lin Committed by Michael Bestas
Browse files

dtc: Silence warnings by default

Change-Id: Id9adf76a357dabd5f64503852baf84e67488fcb0
parent f5e1cd9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -243,6 +243,9 @@ quiet_cmd_gzip = GZIP $@
# ---------------------------------------------------------------------------
DTC ?= $(objtree)/scripts/dtc/dtc

# Silence all DTC warnings by default
DTC_FLAGS += -q

# Disable noisy checks by default
ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),)
DTC_FLAGS += -Wno-unit_address_vs_reg