patch-2.3.15 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: 11
- Date:
Mon Aug 23 09:56:32 1999
- Orig file:
v2.3.14/linux/net/sched/Makefile
- Orig date:
Sun Mar 21 07:22:00 1999
diff -u --recursive --new-file v2.3.14/linux/net/sched/Makefile linux/net/sched/Makefile
@@ -101,6 +101,10 @@
endif
endif
+ifeq ($(CONFIG_NET_SCH_ATM), y)
+O_OBJS += sch_atm.o
+endif
+
ifeq ($(CONFIG_NET_CLS_U32), y)
O_OBJS += cls_u32.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)