diff mbox series

[bpf] samples/bpf: reintroduce missed build targets

Message ID 20191216071619.25479-1-prashantbhole.linux@gmail.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [bpf] samples/bpf: reintroduce missed build targets | expand

Commit Message

Prashant Bhole Dec. 16, 2019, 7:16 a.m. UTC
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>
---
 samples/bpf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alexei Starovoitov Dec. 16, 2019, 2:56 p.m. UTC | #1
On Sun, Dec 15, 2019 at 11:17 PM Prashant Bhole
<prashantbhole.linux@gmail.com> wrote:
>
> 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>

Applied. Thanks
diff mbox series

Patch

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