aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Makefile
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-01-15 09:52:39 +0100
committerDavid S. Miller <davem@davemloft.net>2015-01-17 23:51:10 -0500
commitd23b8ad8ab23f5a18b91e2396fb63d10f66b08d6 (patch)
tree2a6e96dd2d53d3508be53c751a7476881b0283ff /net/sched/Makefile
parentbridge: fix setlink/dellink notifications (diff)
downloadlinux-dev-d23b8ad8ab23f5a18b91e2396fb63d10f66b08d6.tar.xz
linux-dev-d23b8ad8ab23f5a18b91e2396fb63d10f66b08d6.zip
tc: add BPF based action
This action provides a possibility to exec custom BPF code. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Makefile')
-rw-r--r--net/sched/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/Makefile b/net/sched/Makefile
index 679f24ae7f93..7ca2b4e76312 100644
--- a/net/sched/Makefile
+++ b/net/sched/Makefile
@@ -17,6 +17,7 @@ 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_ACT_BPF) += act_bpf.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