OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
pps
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
1.22 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
212 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
clients
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
generators
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Makefile
Close
# # Makefile for the PPS core. # pps_core-y := pps.o kapi.o sysfs.o pps_core-$(CONFIG_NTP_PPS) += kc.o obj-$(CONFIG_PPS) := pps_core.o obj-y += clients/ generators/ ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG