OSDN Git Service

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)
commit5984dc6cb5aa6cce342a44f01f984fde09ed05b1
treecc43aee99fd5a6bfb59c1bba6b0550a42c82416f
parent159ecc002b5f55f9c58de533551a2ee552861185
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
samples/bpf/Makefile