aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d04ad671147e..a3b7770b2cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -640,7 +640,7 @@ LDFLAGS_MODULE += $(LDFLAGS_BUILD_ID)
640LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) 640LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)
641 641
642ifeq ($(CONFIG_STRIP_ASM_SYMS),y) 642ifeq ($(CONFIG_STRIP_ASM_SYMS),y)
643LDFLAGS_vmlinux += -X 643LDFLAGS_vmlinux += $(call ld-option, -X,)
644endif 644endif
645 645
646# Default kernel image to build when no specific target is given. 646# Default kernel image to build when no specific target is given.