patch-2.3.38 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: 46
- Date:
Fri Jan 7 16:57:13 2000
- Orig file:
v2.3.37/linux/net/sched/Makefile
- Orig date:
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.37/linux/net/sched/Makefile linux/net/sched/Makefile
@@ -28,6 +28,14 @@
endif
+ifeq ($(CONFIG_NET_SCH_INGRESS), y)
+O_OBJS += sch_ingress.o
+else
+ ifeq ($(CONFIG_NET_SCH_INGRESS), m)
+ M_OBJS += sch_ingress.o
+ endif
+endif
+
ifeq ($(CONFIG_NET_SCH_CBQ), y)
O_OBJS += sch_cbq.o
else
@@ -98,6 +106,30 @@
else
ifeq ($(CONFIG_NET_SCH_TEQL), m)
M_OBJS += sch_teql.o
+ endif
+endif
+
+ifeq ($(CONFIG_NET_SCH_GRED), y)
+O_OBJS += sch_gred.o
+else
+ ifeq ($(CONFIG_NET_SCH_GRED), m)
+ M_OBJS += sch_gred.o
+ endif
+endif
+
+ifeq ($(CONFIG_NET_SCH_DSMARK), y)
+O_OBJS += sch_dsmark.o
+else
+ ifeq ($(CONFIG_NET_SCH_DSMARK), m)
+ M_OBJS += sch_dsmark.o
+ endif
+endif
+
+ifeq ($(CONFIG_NET_CLS_TCINDEX), y)
+O_OBJS += cls_tcindex.o
+else
+ ifeq ($(CONFIG_NET_CLS_TCINDEX), m)
+ M_OBJS += cls_tcindex.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)