diff options
Diffstat (limited to 'net/mpls/Makefile')
-rw-r--r-- | net/mpls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpls/Makefile b/net/mpls/Makefile index 65bbe68c7..9ca923625 100644 --- a/net/mpls/Makefile +++ b/net/mpls/Makefile @@ -3,5 +3,6 @@ # obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o +obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o mpls_router-y := af_mpls.o |