From: Prashant Bhole Date: Mon, 16 Dec 2019 07:16:19 +0000 (+0900) Subject: samples/bpf: Reintroduce missed build targets X-Git-Tag: v5.5.3~200 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f0d2ce1c61b805d492c9152e8d4aa8f36d5a2660;p=users%2Fdwmw2%2Flinux.git samples/bpf: Reintroduce missed build targets commit 5984dc6cb5aa6cce342a44f01f984fde09ed05b1 upstream. 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 Signed-off-by: Alexei Starovoitov Link: https://lore.kernel.org/bpf/20191216071619.25479-1-prashantbhole.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 1fa380c13b358..c0147a8cf1882 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