mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 06:46:39 +07:00
13 lines
145 B
Makefile
13 lines
145 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := core.o io.o
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
obj-$(CONFIG_LEDS) += leds.o
|