mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 09:55:32 +07:00
9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
obj-y := timer.o irq.o common.o serial.o clock.o
|
||
|
obj-y += gpiolib.o pm.o suspend.o
|
||
|
obj-y += phy3250.o
|
||
|
|