diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -640,7 +640,7 @@ LDFLAGS_MODULE += $(LDFLAGS_BUILD_ID) | |||
640 | LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) | 640 | LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) |
641 | 641 | ||
642 | ifeq ($(CONFIG_STRIP_ASM_SYMS),y) | 642 | ifeq ($(CONFIG_STRIP_ASM_SYMS),y) |
643 | LDFLAGS_vmlinux += -X | 643 | LDFLAGS_vmlinux += $(call ld-option, -X,) |
644 | endif | 644 | endif |
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. |