Root/net/802/Makefile

1#
2# Makefile for the Linux 802.x protocol layers.
3#
4
5# Check the p8022 selections against net/core/Makefile.
6obj-$(CONFIG_LLC) += p8022.o psnap.o
7obj-$(CONFIG_NET_FC) += fc.o
8obj-$(CONFIG_FDDI) += fddi.o
9obj-$(CONFIG_HIPPI) += hippi.o
10obj-$(CONFIG_IPX) += p8022.o psnap.o p8023.o
11obj-$(CONFIG_ATALK) += p8022.o psnap.o
12obj-$(CONFIG_STP) += stp.o
13obj-$(CONFIG_GARP) += garp.o
14obj-$(CONFIG_MRP) += mrp.o
15

Archive Download this file



interactive