ee446fd5e6
This represents the mass deletion of the of the tokenring support. It gets rid of: - the net/tr.c which the drivers depended on - the drivers/net component - the Kbuild infrastructure around it - any tokenring related CONFIG_ settings in any defconfigs - the tokenring headers in the include/linux dir - the firmware associated with the tokenring drivers. - any associated token ring documentation. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14 lines
423 B
Makefile
14 lines
423 B
Makefile
#
|
|
# Makefile for the Linux 802.x protocol layers.
|
|
#
|
|
|
|
# Check the p8022 selections against net/core/Makefile.
|
|
obj-$(CONFIG_LLC) += p8022.o psnap.o
|
|
obj-$(CONFIG_NET_FC) += fc.o
|
|
obj-$(CONFIG_FDDI) += fddi.o
|
|
obj-$(CONFIG_HIPPI) += hippi.o
|
|
obj-$(CONFIG_IPX) += p8022.o psnap.o p8023.o
|
|
obj-$(CONFIG_ATALK) += p8022.o psnap.o
|
|
obj-$(CONFIG_STP) += stp.o
|
|
obj-$(CONFIG_GARP) += garp.o
|