diff options
| -rw-r--r-- | arch/x86/um/vdso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/vdso/Makefile b/arch/x86/um/vdso/Makefile index bf94060fc06f..0caddd6acb22 100644 --- a/arch/x86/um/vdso/Makefile +++ b/arch/x86/um/vdso/Makefile | |||
| @@ -62,7 +62,7 @@ quiet_cmd_vdso = VDSO $@ | |||
| 62 | -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \ | 62 | -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \ |
| 63 | sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@' | 63 | sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@' |
| 64 | 64 | ||
| 65 | VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) | 65 | VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv |
| 66 | GCOV_PROFILE := n | 66 | GCOV_PROFILE := n |
| 67 | 67 | ||
| 68 | # | 68 | # |
