diff options
Diffstat (limited to 'net/l2tp/Makefile')
-rw-r--r-- | net/l2tp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index 9af41e898a04..c91f208b1693 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile | |||
@@ -2,4 +2,7 @@ | |||
2 | # Makefile for the L2TP. | 2 | # Makefile for the L2TP. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_PPPOL2TP) += pppol2tp.o | 5 | obj-$(CONFIG_L2TP) += l2tp_core.o |
6 | |||
7 | # Build l2tp as modules if L2TP is M | ||
8 | obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o | ||