Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 12 lines 321 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux 802.x protocol layers. 4# 5 6obj-$(CONFIG_LLC) += psnap.o 7obj-$(CONFIG_NET_FC) += fc.o 8obj-$(CONFIG_FDDI) += fddi.o 9obj-$(CONFIG_ATALK) += psnap.o 10obj-$(CONFIG_STP) += stp.o 11obj-$(CONFIG_GARP) += garp.o 12obj-$(CONFIG_MRP) += mrp.o