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 (301B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for PPS clients.
      4#
      5
      6obj-$(CONFIG_PPS_CLIENT_KTIMER)	+= pps-ktimer.o
      7obj-$(CONFIG_PPS_CLIENT_LDISC)	+= pps-ldisc.o
      8obj-$(CONFIG_PPS_CLIENT_PARPORT) += pps_parport.o
      9obj-$(CONFIG_PPS_CLIENT_GPIO)	+= pps-gpio.o
     10
     11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG