]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd5202fb7f035a5a1e57644467f4a744b332a6ef3
treecc43aee99fd5a6bfb59c1bba6b0550a42c82416f
parent67d80c93b27000aa1f6b496f407d3770fea7bdb5
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: 260d8881cdd4 ("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