1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the Linux 802.x protocol layers. 4 # 5 6 # Check the p8022 selections against net/core/Makefile. 7 obj-$(CONFIG_LLC) += p8022.o psnap.o 8 obj-$(CONFIG_NET_FC) += fc.o 9 obj-$(CONFIG_FDDI) += fddi.o 10 obj-$(CONFIG_HIPPI) += hippi.o 11 obj-$(CONFIG_ATALK) += p8022.o psnap.o 12 obj-$(CONFIG_STP) += stp.o 13 obj-$(CONFIG_GARP) += garp.o 14 obj-$(CONFIG_MRP) += mrp.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.