diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 94133708889d7f0357f6b3c59a3f65f61c61b3b4..b904c6b078608b38277e9e7100693b182a5dbad0 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -297,6 +297,9 @@ endif
 
 DTC_FLAGS += $(DTC_FLAGS_$(basetarget))
 
+# Enable creation of _symbols_ node for DT overlays
+DTC_FLAGS += -@
+
 # Generate an assembly file to wrap the output of the device tree compiler
 quiet_cmd_dt_S_dtb= DTB     $@
 cmd_dt_S_dtb=						\