cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (252B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the PPS core.
      4#
      5
      6pps_core-y			:= pps.o kapi.o sysfs.o
      7pps_core-$(CONFIG_NTP_PPS)	+= kc.o
      8obj-$(CONFIG_PPS)		:= pps_core.o
      9obj-y				+= clients/ generators/
     10
     11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG