mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
#
|
||
|
# Makefile for the generic architecture
|
||
|
#
|
||
|
|
||
|
EXTRA_CFLAGS += -I../kernel
|
||
|
|
||
|
obj-y := probe.o summit.o bigsmp.o es7000.o default.o ../mach-es7000/
|