Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / arch / x86 / entry / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the x86 low level entry code
4 #
5
6 KASAN_SANITIZE := n
7 UBSAN_SANITIZE := n
8 KCOV_INSTRUMENT := n
9
10 CFLAGS_REMOVE_common.o          = $(CC_FLAGS_FTRACE)
11
12 CFLAGS_common.o                 += -fno-stack-protector
13
14 obj-y                           := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
15 obj-y                           += common.o
16
17 obj-y                           += vdso/
18 obj-y                           += vsyscall/
19
20 obj-$(CONFIG_IA32_EMULATION)    += entry_64_compat.o syscall_32.o
21 obj-$(CONFIG_X86_X32_ABI)       += syscall_x32.o
22