1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for MPLS. 4 # 5 obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o 6 obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o 7 obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o 8 9 mpls_router-y := af_mpls.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.