# # Makefile for the L2TP. # obj-$([31mCONFIG_L2TP[0m) += l2tp_core.o # Build l2tp as modules if L2TP is M obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_PPPOL2TP[0m)) += l2tp_ppp.o obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_L2TP_IP[0m)) += l2tp_ip.o obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_L2TP_V3[0m)) += l2tp_netlink.o obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_L2TP_ETH[0m)) += l2tp_eth.o obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_L2TP_DEBUGFS[0m)) += l2tp_debugfs.o ifneq ($([31mCONFIG_IPV6[0m),) obj-$(subst y,$([31mCONFIG_L2TP[0m),$([31mCONFIG_L2TP_IP[0m)) += l2tp_ip6.o endif |