]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
samples/bpf: Reintroduce missed build targets
authorPrashant Bhole <prashantbhole.linux@gmail.com>
Mon, 16 Dec 2019 07:16:19 +0000 (16:16 +0900)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 16 Dec 2019 14:55:30 +0000 (06:55 -0800)
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
samples/bpf/Makefile

index 1fc42ad8ff49bd3859a6f5d04481d6211a724a30..8003d2823fa885f6d0e0c6e966a97cda3b60cc33 100644 (file)
@@ -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