mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 16:46:49 +07:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := arch.o mm.o irq.o clock.o core.o timer.o dma.o
|
||
|
obj-y += csp/
|