]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/entry/Makefile
ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / entry / Makefile
1 #
2 # Makefile for the x86 low level entry code
3 #
4
5 OBJECT_FILES_NON_STANDARD_entry_$(BITS).o := y
6 OBJECT_FILES_NON_STANDARD_entry_64_compat.o := y
7
8 obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
9 obj-y += common.o
10
11 obj-y += vdso/
12 obj-y += vsyscall/
13
14 obj-$(CONFIG_IA32_EMULATION) += entry_64_compat.o syscall_32.o
15