]> Git Repo - J-linux.git/blob - drivers/net/ppp/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / net / ppp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux PPP network device drivers.
4 #
5
6 obj-$(CONFIG_PPP) += ppp_generic.o
7 obj-$(CONFIG_PPP_ASYNC) += ppp_async.o
8 obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
9 obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
10 obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
11 obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
12 obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
13 obj-$(CONFIG_PPPOL2TP) += pppox.o
14 obj-$(CONFIG_PPTP) += pppox.o pptp.o
This page took 0.027106 seconds and 4 git commands to generate.