xref: /linux/net/l2tp/Makefile (revision fd558d186df2c13a22455373858bae634a4795af)
121b4aaa1SJames Chapman#
221b4aaa1SJames Chapman# Makefile for the L2TP.
321b4aaa1SJames Chapman#
421b4aaa1SJames Chapman
5*fd558d18SJames Chapmanobj-$(CONFIG_L2TP) += l2tp_core.o
6*fd558d18SJames Chapman
7*fd558d18SJames Chapman# Build l2tp as modules if L2TP is M
8*fd558d18SJames Chapmanobj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o
9