162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the Linux PPP network device drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_PPP) += ppp_generic.o 762306a36Sopenharmony_ciobj-$(CONFIG_PPP_ASYNC) += ppp_async.o 862306a36Sopenharmony_ciobj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o 962306a36Sopenharmony_ciobj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o 1062306a36Sopenharmony_ciobj-$(CONFIG_PPP_MPPE) += ppp_mppe.o 1162306a36Sopenharmony_ciobj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o 1262306a36Sopenharmony_ciobj-$(CONFIG_PPPOE) += pppox.o pppoe.o 1362306a36Sopenharmony_ciobj-$(CONFIG_PPPOL2TP) += pppox.o 1462306a36Sopenharmony_ciobj-$(CONFIG_PPTP) += pppox.o pptp.o 15