File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -296,8 +296,7 @@ install:
296
296
297
297
vdso-install-$(CONFIG_X86_64) += arch/x86/entry/vdso/vdso64.so.dbg
298
298
vdso-install-$(CONFIG_X86_X32_ABI) += arch/x86/entry/vdso/vdsox32.so.dbg
299
- vdso-install-$(CONFIG_X86_32) += arch/x86/entry/vdso/vdso32.so.dbg
300
- vdso-install-$(CONFIG_IA32_EMULATION) += arch/x86/entry/vdso/vdso32.so.dbg
299
+ vdso-install-$(CONFIG_COMPAT_32) += arch/x86/entry/vdso/vdso32.so.dbg
301
300
302
301
archprepare : checkbin
303
302
checkbin :
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ OBJECT_FILES_NON_STANDARD_extable.o := n
35
35
# vDSO images to build
36
36
obj-$(CONFIG_X86_64) += vdso-image-64.o
37
37
obj-$(CONFIG_X86_X32_ABI) += vdso-image-x32.o
38
- obj-$(CONFIG_X86_32) += vdso-image-32.o vdso32-setup.o
39
- obj-$(CONFIG_IA32_EMULATION) += vdso-image-32.o vdso32-setup.o
38
+ obj-$(CONFIG_COMPAT_32) += vdso-image-32.o vdso32-setup.o
40
39
41
40
OBJECT_FILES_NON_STANDARD_vdso32-setup.o := n
42
41
You can’t perform that action at this time.
0 commit comments