aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf
diff options
context:
space:
mode:
authorPrashant Bhole <prashantbhole.linux@gmail.com>2019-12-16 16:16:19 +0900
committerAlexei Starovoitov <ast@kernel.org>2019-12-16 06:55:30 -0800
commit5984dc6cb5aa6cce342a44f01f984fde09ed05b1 (patch)
treecc43aee99fd5a6bfb59c1bba6b0550a42c82416f /samples/bpf
parentbpftool: Fix compilation warning on shadowed variable (diff)
downloadlinux-dev-5984dc6cb5aa6cce342a44f01f984fde09ed05b1.tar.xz
linux-dev-5984dc6cb5aa6cce342a44f01f984fde09ed05b1.zip
samples/bpf: Reintroduce missed build targets
Add xdp_redirect and per_socket_stats_example in build targets. They got removed from build targets in Makefile reorganization. Fixes: 1d97c6c2511f ("samples/bpf: Base target programs rules on Makefile.target") Signed-off-by: Prashant Bhole <prashantbhole.linux@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191216071619.25479-1-prashantbhole.linux@gmail.com
Diffstat (limited to 'samples/bpf')
-rw-r--r--samples/bpf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile
index 1fc42ad8ff49..8003d2823fa8 100644
--- a/samples/bpf/Makefile
+++ b/samples/bpf/Makefile
@@ -38,6 +38,8 @@ tprogs-y += tc_l2_redirect
tprogs-y += lwt_len_hist
tprogs-y += xdp_tx_iptunnel
tprogs-y += test_map_in_map
+tprogs-y += per_socket_stats_example
+tprogs-y += xdp_redirect
tprogs-y += xdp_redirect_map
tprogs-y += xdp_redirect_cpu
tprogs-y += xdp_monitor