mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 09:37:03 +07:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
obj-y := core.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
obj-$(CONFIG_MACH_GESBC9312) += gesbc9312.o
|
||
|
obj-$(CONFIG_MACH_TS72XX) += ts72xx.o
|