mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 03:55:08 +07:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := core.o io.o leds.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|