diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 02b118ce7..6d394d3c8 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -355,7 +355,8 @@ DTC_FLAGS += -Wnode_name_chars_strict \ -Winterrupt_provider endif -DTC_FLAGS += $(DTC_FLAGS_$(basetarget)) +DTC_FLAGS += $(DTC_FLAGS_$(basetarget)) \ + -@ # Set -@ if the target is a base DTB that overlay is applied onto DTC_FLAGS += $(if $(filter $(patsubst $(obj)/%,%,$@), $(base-dtb-y)), -@)