diff options
-rw-r--r-- | arch/arm/vdso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/vdso/Makefile b/arch/arm/vdso/Makefile index bab0a8be7924..8aa791051029 100644 --- a/arch/arm/vdso/Makefile +++ b/arch/arm/vdso/Makefile | |||
@@ -10,8 +10,8 @@ ccflags-y := -shared -fPIC -fno-common -fno-builtin -fno-stack-protector | |||
10 | ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 -DDISABLE_BRANCH_PROFILING | 10 | ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 -DDISABLE_BRANCH_PROFILING |
11 | ccflags-y += -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) | 11 | ccflags-y += -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) |
12 | 12 | ||
13 | obj-y += vdso.o | 13 | obj-$(CONFIG_VDSO) += vdso.o |
14 | extra-y += vdso.lds | 14 | extra-$(CONFIG_VDSO) += vdso.lds |
15 | CPPFLAGS_vdso.lds += -P -C -U$(ARCH) | 15 | CPPFLAGS_vdso.lds += -P -C -U$(ARCH) |
16 | 16 | ||
17 | CFLAGS_REMOVE_vdso.o = -pg | 17 | CFLAGS_REMOVE_vdso.o = -pg |