Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 9 lines 225 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for MPLS. 4# 5obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o 6obj-$(CONFIG_MPLS_ROUTING) += mpls_router.o 7obj-$(CONFIG_MPLS_IPTUNNEL) += mpls_iptunnel.o 8 9mpls_router-y := af_mpls.o