mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-14 08:25:33 +00:00
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
9 lines
163 B
Makefile
9 lines
163 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := setup.o traps.o reboot.o
|
|
|
|
obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o
|
|
obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o
|