mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 13:46:42 +07:00
9a163ed8e0
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
9 lines
174 B
Makefile
9 lines
174 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
EXTRA_CFLAGS := -Iarch/x86/kernel
|
|
obj-y := setup.o voyager_basic.o voyager_thread.o
|
|
|
|
obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o
|