mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 05:45:09 +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
|