mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 08:44:09 +07:00
9 lines
168 B
Makefile
9 lines
168 B
Makefile
![]() |
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
EXTRA_CFLAGS += -I../kernel
|
||
|
obj-y := setup.o voyager_basic.o voyager_thread.o
|
||
|
|
||
|
obj-$(CONFIG_SMP) += voyager_smp.o voyager_cat.o
|