## Makefile for the L2TP.#obj-$(CONFIG_L2TP)+=l2tp_core.o# Build l2tp as modules if L2TP is Mobj-$(substy,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP))+=l2tp_ppp.oobj-$(substy,$(CONFIG_L2TP),$(CONFIG_L2TP_IP))+=l2tp_ip.oobj-$(substy,$(CONFIG_L2TP),$(CONFIG_L2TP_V3))+=l2tp_netlink.oobj-$(substy,$(CONFIG_L2TP),$(CONFIG_L2TP_ETH))+=l2tp_eth.oobj-$(substy,$(CONFIG_L2TP),$(CONFIG_L2TP_DEBUGFS))+=l2tp_debugfs.oifneq($(CONFIG_IPV6),)obj-$(substy,$(CONFIG_L2TP),$(CONFIG_L2TP_IP))+=l2tp_ip6.oendif