GNU Linux-libre 4.14.332-gnu1
[releases.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 OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
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
12
13 obj-y                           += vdso/
14 obj-y                           += vsyscall/
15
16 obj-$(CONFIG_IA32_EMULATION)    += entry_64_compat.o syscall_32.o
17