cfg80211: allow survey data to return global data
[deliverable/linux.git] / net / sched / Makefile
index 35fa47a494abed4947032760e56e91d8637152b1..679f24ae7f933d59298be54ca96b4728b9f7280b 100644 (file)
@@ -16,6 +16,7 @@ obj-$(CONFIG_NET_ACT_PEDIT)   += act_pedit.o
 obj-$(CONFIG_NET_ACT_SIMP)     += act_simple.o
 obj-$(CONFIG_NET_ACT_SKBEDIT)  += act_skbedit.o
 obj-$(CONFIG_NET_ACT_CSUM)     += act_csum.o
+obj-$(CONFIG_NET_ACT_VLAN)     += act_vlan.o
 obj-$(CONFIG_NET_SCH_FIFO)     += sch_fifo.o
 obj-$(CONFIG_NET_SCH_CBQ)      += sch_cbq.o
 obj-$(CONFIG_NET_SCH_HTB)      += sch_htb.o
@@ -40,6 +41,8 @@ obj-$(CONFIG_NET_SCH_QFQ)     += sch_qfq.o
 obj-$(CONFIG_NET_SCH_CODEL)    += sch_codel.o
 obj-$(CONFIG_NET_SCH_FQ_CODEL) += sch_fq_codel.o
 obj-$(CONFIG_NET_SCH_FQ)       += sch_fq.o
+obj-$(CONFIG_NET_SCH_HHF)      += sch_hhf.o
+obj-$(CONFIG_NET_SCH_PIE)      += sch_pie.o
 
 obj-$(CONFIG_NET_CLS_U32)      += cls_u32.o
 obj-$(CONFIG_NET_CLS_ROUTE4)   += cls_route.o
This page took 0.038114 seconds and 5 git commands to generate.