Revert "tty: hvc: Fix data abort due to race in hvc_open"
[linux/fpc-iii.git] / arch / x86 / entry / Makefile
blob85eb381259c207513895db1708309e2e56a54e59
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the x86 low level entry code
6 OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
8 CFLAGS_syscall_64.o += $(call cc-option,-Wno-override-init,)
9 CFLAGS_syscall_32.o += $(call cc-option,-Wno-override-init,)
10 obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
11 obj-y += common.o
13 obj-y += vdso/
14 obj-y += vsyscall/
16 obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
17 obj-$(CONFIG_X86_X32_ABI) += syscall_x32.o