1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 200398a00SIngo Molnar# 300398a00SIngo Molnar# Makefile for the x86 low level vsyscall code 400398a00SIngo Molnar# 500398a00SIngo Molnarobj-$(CONFIG_X86_VSYSCALL_EMULATION) += vsyscall_64.o vsyscall_emu_64.o 600398a00SIngo Molnar 7