mirror of https://github.com/torvalds/linux.git
13 lines
321 B
Makefile
13 lines
321 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Linux 802.x protocol layers.
|
|
#
|
|
|
|
obj-$(CONFIG_LLC) += psnap.o
|
|
obj-$(CONFIG_NET_FC) += fc.o
|
|
obj-$(CONFIG_FDDI) += fddi.o
|
|
obj-$(CONFIG_ATALK) += psnap.o
|
|
obj-$(CONFIG_STP) += stp.o
|
|
obj-$(CONFIG_GARP) += garp.o
|
|
obj-$(CONFIG_MRP) += mrp.o
|