Makefile 511 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4
#
# Makefile for the Linux 802.x protocol layers.
#

Kai Germaschewski's avatar
Kai Germaschewski committed
5
export-objs		:= p8022.o psnap.o
6 7 8

obj-y			:= p8023.o

9
# Check the p8022 selections against net/core/Makefile.
10
obj-$(CONFIG_SYSCTL)	+= sysctl_net_802.o
11 12
obj-$(CONFIG_LLC)	+= p8022.o psnap.o
obj-$(CONFIG_TR)	+= p8022.o psnap.o tr.o sysctl_net_802.o
13 14 15 16 17
obj-$(CONFIG_NET_FC)	+=                 fc.o
obj-$(CONFIG_FDDI)	+=                 fddi.o
obj-$(CONFIG_HIPPI)	+=                 hippi.o
obj-$(CONFIG_IPX)	+= p8022.o psnap.o
obj-$(CONFIG_ATALK)	+= p8022.o psnap.o