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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the Linux PPP network device drivers.
      4#
      5
      6obj-$(CONFIG_PPP) += ppp_generic.o
      7obj-$(CONFIG_PPP_ASYNC) += ppp_async.o
      8obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
      9obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
     10obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
     11obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
     12obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
     13obj-$(CONFIG_PPPOL2TP) += pppox.o
     14obj-$(CONFIG_PPTP) += pppox.o pptp.o