patch-2.1.15 linux/net/802/Makefile
Next file: linux/net/802/TODO
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Dec 12 16:54:22 1996
- Orig file:
v2.1.14/linux/net/802/Makefile
- Orig date:
Tue Nov 19 15:53:59 1996
diff -u --recursive --new-file v2.1.14/linux/net/802/Makefile linux/net/802/Makefile
@@ -10,6 +10,13 @@
O_TARGET := 802.o
O_OBJS = p8023.o sysctl_net_802.o
+ifeq ($(CONFIG_LLC),y)
+SUB_DIRS += transit
+O_OBJS += llc_macinit.o llc_sendpdu.o llc_utility.o cl2llc.o
+
+
+endif
+
ifdef CONFIG_TR
O_OBJS += tr.o
endif
@@ -29,6 +36,9 @@
endif
include $(TOPDIR)/Rules.make
+
+cl2llc.c: cl2llc.pre
+ sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c
tar:
tar -cvf /dev/f1 .
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov