CONFIG_SYMBOL_PREFIX: cleanup.
[firefly-linux-kernel-4.4.55.git] / scripts / Makefile.lib
index 07125e697d7a980efdb0f9136ee5741fe8cf0473..a373a1f660236c16232756cf5b8db42cb9f960e6 100644 (file)
@@ -119,13 +119,6 @@ _c_flags += $(if $(patsubst n%,, \
                $(CFLAGS_GCOV))
 endif
 
-ifdef CONFIG_SYMBOL_PREFIX
-_sym_flags = -DSYMBOL_PREFIX=$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))
-_cpp_flags += $(_sym_flags)
-_a_flags += $(_sym_flags)
-endif
-
-
 # If building the kernel in a separate objtree expand all occurrences
 # of -Idir to -I$(srctree)/dir except for absolute paths (starting with '/').