mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08: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
|