You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for MPLS.
|
|
#
|
|
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
|
|
|