Skip to content

Commit

Permalink
dtc: Silence warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Lin <[email protected]>
Signed-off-by: sohamxda7 <[email protected]>
Signed-off-by: Oktapra Amtono <[email protected]>
Signed-off-by: clarencelol <[email protected]>
Signed-off-by: Anush02198 <[email protected]>
kdrag0n authored and Anush02198 committed Jun 30, 2021
1 parent 7b9917f commit 824051b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Makefile.lib
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 824051b

Please sign in to comment.