diff options
Diffstat (limited to 'drivers/net/ppp/Makefile')
-rw-r--r-- | drivers/net/ppp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/ppp/Makefile b/drivers/net/ppp/Makefile new file mode 100644 index 000000000000..a6b6297b0066 --- /dev/null +++ b/drivers/net/ppp/Makefile | |||
@@ -0,0 +1,13 @@ | |||
1 | # | ||
2 | # Makefile for the Linux PPP network device drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_PPP) += ppp_generic.o | ||
6 | obj-$(CONFIG_PPP_ASYNC) += ppp_async.o | ||
7 | obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o | ||
8 | obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o | ||
9 | obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o | ||
10 | obj-$(CONFIG_PPP_SYNC_TTY) += ppp_synctty.o | ||
11 | obj-$(CONFIG_PPPOE) += pppox.o pppoe.o | ||
12 | obj-$(CONFIG_PPPOL2TP) += pppox.o | ||
13 | obj-$(CONFIG_PPTP) += pppox.o pptp.o | ||