patch-2.1.32 linux/net/802/Makefile
Next file: linux/net/Makefile
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sat Apr 5 12:14:21 1997
- Orig file:
v2.1.31/linux/net/802/Makefile
- Orig date:
Sun Jan 26 02:07:50 1997
diff -u --recursive --new-file v2.1.31/linux/net/802/Makefile linux/net/802/Makefile
@@ -8,13 +8,16 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := 802.o
-O_OBJS = p8023.o sysctl_net_802.o
+O_OBJS = p8023.o
+
+ifeq ($(CONFIG_SYSCTL),y)
+O_OBJS += sysctl_net_802.o
+endif
ifeq ($(CONFIG_LLC),y)
SUB_DIRS += transit
O_OBJS += llc_sendpdu.o llc_utility.o cl2llc.o
OX_OBJS += llc_macinit.o
-
endif
ifdef CONFIG_TR
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov