aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/Makefile.lib4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 54fd1b700131..e93525c5e915 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -128,7 +128,9 @@ _c_flags += $(if $(patsubst n%,, \
128endif 128endif
129 129
130ifdef CONFIG_SYMBOL_PREFIX 130ifdef CONFIG_SYMBOL_PREFIX
131_cpp_flags += -DSYMBOL_PREFIX=$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX)) 131_sym_flags = -DSYMBOL_PREFIX=$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))
132_cpp_flags += $(_sym_flags)
133_a_flags += $(_sym_flags)
132endif 134endif
133 135
134 136