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

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)