diff options
Diffstat (limited to 'net/sched/Makefile')
-rw-r--r-- | net/sched/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sched/Makefile b/net/sched/Makefile index 1d2b0f7df848..e60c9925b269 100644 --- a/net/sched/Makefile +++ b/net/sched/Makefile | |||
@@ -14,6 +14,7 @@ obj-$(CONFIG_NET_ACT_IPT) += act_ipt.o | |||
14 | obj-$(CONFIG_NET_ACT_NAT) += act_nat.o | 14 | obj-$(CONFIG_NET_ACT_NAT) += act_nat.o |
15 | obj-$(CONFIG_NET_ACT_PEDIT) += act_pedit.o | 15 | obj-$(CONFIG_NET_ACT_PEDIT) += act_pedit.o |
16 | obj-$(CONFIG_NET_ACT_SIMP) += act_simple.o | 16 | obj-$(CONFIG_NET_ACT_SIMP) += act_simple.o |
17 | obj-$(CONFIG_NET_ACT_SKBEDIT) += act_skbedit.o | ||
17 | obj-$(CONFIG_NET_SCH_FIFO) += sch_fifo.o | 18 | obj-$(CONFIG_NET_SCH_FIFO) += sch_fifo.o |
18 | obj-$(CONFIG_NET_SCH_CBQ) += sch_cbq.o | 19 | obj-$(CONFIG_NET_SCH_CBQ) += sch_cbq.o |
19 | obj-$(CONFIG_NET_SCH_HTB) += sch_htb.o | 20 | obj-$(CONFIG_NET_SCH_HTB) += sch_htb.o |
@@ -26,6 +27,7 @@ obj-$(CONFIG_NET_SCH_SFQ) += sch_sfq.o | |||
26 | obj-$(CONFIG_NET_SCH_TBF) += sch_tbf.o | 27 | obj-$(CONFIG_NET_SCH_TBF) += sch_tbf.o |
27 | obj-$(CONFIG_NET_SCH_TEQL) += sch_teql.o | 28 | obj-$(CONFIG_NET_SCH_TEQL) += sch_teql.o |
28 | obj-$(CONFIG_NET_SCH_PRIO) += sch_prio.o | 29 | obj-$(CONFIG_NET_SCH_PRIO) += sch_prio.o |
30 | obj-$(CONFIG_NET_SCH_MULTIQ) += sch_multiq.o | ||
29 | obj-$(CONFIG_NET_SCH_ATM) += sch_atm.o | 31 | obj-$(CONFIG_NET_SCH_ATM) += sch_atm.o |
30 | obj-$(CONFIG_NET_SCH_NETEM) += sch_netem.o | 32 | obj-$(CONFIG_NET_SCH_NETEM) += sch_netem.o |
31 | obj-$(CONFIG_NET_CLS_U32) += cls_u32.o | 33 | obj-$(CONFIG_NET_CLS_U32) += cls_u32.o |