xref: /linux/arch/x86/entry/vdso/Makefile (revision 6f7e6393d1ce636bb7ec77a7fe7b77458fddf701)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Building vDSO images for x86.
4#
5
6# Regular kernel objects
7obj-y				:= vma.o extable.o
8obj-$(CONFIG_COMPAT_32)		+= vdso32-setup.o
9
10# vDSO directories
11obj-$(CONFIG_X86_64)		+= vdso64/
12obj-$(CONFIG_COMPAT_32)		+= vdso32/
13