mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:40:56 +07:00
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
|