mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00: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
|