1#
2# Makefile for MPLS.
3#
4obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
5obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o
6
7mpls_router-y := af_mpls.o
8