Revision 535744878e34d01a53f946f26dfbca37186f2cf8 authored by Linus Torvalds on 11 March 2006, 22:12:55 UTC, committed by Linus Torvalds on 11 March 2006, 22:12:55 UTC
Gaah. Delayed. But all the better for it!
1 parent 0992a5d
Raw File
Makefile
#
# Makefile for the Linux 802.x protocol layers.
#

# Check the p8022 selections against net/core/Makefile.
obj-$(CONFIG_SYSCTL)	+= sysctl_net_802.o
obj-$(CONFIG_LLC)	+= p8022.o psnap.o
obj-$(CONFIG_TR)	+= p8022.o psnap.o tr.o sysctl_net_802.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
back to top