diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 8066b6185d1ec2eedbfc285e48792fa86e14eec6..01c77403a8030b32b260035c066155d4d2e0c786 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -293,6 +293,8 @@ DTC_FLAGS += -Wnode_name_chars_strict \
 	-Wproperty_name_chars_strict
 endif
 
+DTC_FLAGS += $(DTC_FLAGS_$(basetarget))
+
 # Generate an assembly file to wrap the output of the device tree compiler
 quiet_cmd_dt_S_dtb= DTB     $@
 cmd_dt_S_dtb=						\