]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/entry/Makefile
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / entry / Makefile
1 #
2 # Makefile for the x86 low level entry code
3 #
4 obj-y := entry_$(BITS).o
5
6 obj-y += vdso/
7
8 obj-$(CONFIG_IA32_EMULATION) += ia32entry.o
9