patch-2.2.4 linux/net/sched/Makefile
Next file: linux/net/sched/cls_api.c
Previous file: linux/net/sched/Config.in
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Mar 21 07:22:00 1999
- Orig file:
v2.2.3/linux/net/sched/Makefile
- Orig date:
Sat May 2 14:19:55 1998
diff -u --recursive --new-file v2.2.3/linux/net/sched/Makefile linux/net/sched/Makefile
@@ -125,12 +125,20 @@
endif
endif
-ifeq ($(CONFIG_NET_CLS_ROUTE), y)
+ifeq ($(CONFIG_NET_CLS_ROUTE4), y)
O_OBJS += cls_route.o
+else
+ ifeq ($(CONFIG_NET_CLS_ROUTE4), m)
+ M_OBJS += cls_route.o
+ endif
endif
ifeq ($(CONFIG_NET_CLS_FW), y)
O_OBJS += cls_fw.o
+else
+ ifeq ($(CONFIG_NET_CLS_FW), m)
+ M_OBJS += cls_fw.o
+ endif
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)