diff options
Diffstat (limited to 'arch/x86/vdso/Makefile')
-rw-r--r-- | arch/x86/vdso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index 1efe785979a2..1127c716df02 100644 --- a/arch/x86/vdso/Makefile +++ b/arch/x86/vdso/Makefile | |||
@@ -71,6 +71,7 @@ $(obj)/%-syms.lds: $(obj)/%.so.dbg FORCE | |||
71 | # | 71 | # |
72 | obj-$(VDSO32-y) += vdso32-syms.lds | 72 | obj-$(VDSO32-y) += vdso32-syms.lds |
73 | vdso32.so-$(CONFIG_X86_32) += int80 | 73 | vdso32.so-$(CONFIG_X86_32) += int80 |
74 | vdso32.so-$(CONFIG_COMPAT) += syscall | ||
74 | vdso32.so-$(VDSO32-y) += sysenter | 75 | vdso32.so-$(VDSO32-y) += sysenter |
75 | 76 | ||
76 | CPPFLAGS_vdso32.lds = $(CPPFLAGS_vdso.lds) | 77 | CPPFLAGS_vdso32.lds = $(CPPFLAGS_vdso.lds) |