xref: /openbmc/linux/drivers/net/ppp/Makefile (revision b2441318)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2224cf5adSJeff Kirsher#
3224cf5adSJeff Kirsher# Makefile for the Linux PPP network device drivers.
4224cf5adSJeff Kirsher#
5224cf5adSJeff Kirsher
6224cf5adSJeff Kirsherobj-$(CONFIG_PPP) += ppp_generic.o
7224cf5adSJeff Kirsherobj-$(CONFIG_PPP_ASYNC) += ppp_async.o
8224cf5adSJeff Kirsherobj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
9224cf5adSJeff Kirsherobj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
10224cf5adSJeff Kirsherobj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
11224cf5adSJeff Kirsherobj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
12224cf5adSJeff Kirsherobj-$(CONFIG_PPPOE) += pppox.o pppoe.o
13224cf5adSJeff Kirsherobj-$(CONFIG_PPPOL2TP) += pppox.o
14224cf5adSJeff Kirsherobj-$(CONFIG_PPTP) += pppox.o pptp.o
15