2 # Makefile for the Linux 802.x protocol layers.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
13 ifeq ($(CONFIG_SYSCTL
),y
)
14 O_OBJS
+= sysctl_net_802.o
17 ifeq ($(CONFIG_LLC
),y
)
19 O_OBJS
+= llc_sendpdu.o llc_utility.o cl2llc.o
20 OX_OBJS
+= llc_macinit.o
50 OX_OBJS
+= p8022.o psnap.o
54 include $(TOPDIR
)/Rules.make
57 sed
-f .
/pseudo
/opcd2num.sed cl2llc.pre
>cl2llc.c