patch-2.1.132 linux/net/Makefile
Next file: linux/net/appletalk/ddp.c
Previous file: linux/net/802/tr.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Dec 17 09:03:57 1998
- Orig file:
v2.1.131/linux/net/Makefile
- Orig date:
Tue Jul 28 14:21:10 1998
diff -u --recursive --new-file v2.1.131/linux/net/Makefile linux/net/Makefile
@@ -10,7 +10,7 @@
MOD_SUB_DIRS := ipv4
ALL_SUB_DIRS := 802 ax25 bridge core ethernet ipv4 ipv6 ipx unix appletalk \
netrom rose lapb x25 wanrouter netlink sched packet sunrpc \
- econet #decnet
+ econet irda #decnet
SUB_DIRS := core ethernet sched
MOD_LIST_NAME := NET_MISC_MODULES
@@ -125,6 +125,14 @@
endif
endif
+ifeq ($(CONFIG_IRDA),y)
+SUB_DIRS += irda
+else
+ ifeq ($(CONFIG_IRDA),m)
+ MOD_SUB_DIRS += irda
+ endif
+endif
+
ifeq ($(CONFIG_SUNRPC),y)
SUB_DIRS += sunrpc
else
@@ -168,7 +176,9 @@
M_OBJS :=
ifeq ($(CONFIG_SYSCTL),y)
+ifeq ($(CONFIG_NET),y)
L_OBJS += sysctl_net.o
+endif
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov