Merge remote-tracking branch 'asoc/topic/core' into asoc-next
[deliverable/linux.git] / drivers / net / ppp / Makefile
CommitLineData
224cf5ad
JK
1#
2# Makefile for the Linux PPP network device drivers.
3#
4
5obj-$(CONFIG_PPP) += ppp_generic.o
6obj-$(CONFIG_PPP_ASYNC) += ppp_async.o
7obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o
8obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o
9obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o
10obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o
11obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
12obj-$(CONFIG_PPPOL2TP) += pppox.o
13obj-$(CONFIG_PPTP) += pppox.o pptp.o
This page took 0.176866 seconds and 5 git commands to generate.