mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-16 00:36:23 +07:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the PPS core.
|
||
|
#
|
||
|
|
||
|
pps_core-y := pps.o kapi.o sysfs.o
|
||
|
obj-$(CONFIG_PPS) := pps_core.o
|
||
|
|
||
|
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
|