samples: bpf: Cleanup bpf_load.o from Makefile
authorDaniel T. Lee <danieltimlee@gmail.com>
Sun, 23 Aug 2020 08:53:32 +0000 (17:53 +0900)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Aug 2020 03:59:35 +0000 (20:59 -0700)
commit35a8b6dd339f04cbcb0b2d085334263542a12b70
treee0f6b8f5dab540a8b4882403f2c49749566fd2e3
parent8c3b3d971f2e4d72d8768457c40b513ca5d1f906
samples: bpf: Cleanup bpf_load.o from Makefile

Since commit cc7f641d637b ("samples: bpf: Refactor BPF map performance
test with libbpf") has ommited the removal of bpf_load.o from Makefile,
this commit removes the bpf_load.o rule for targets where bpf_load.o is
not used.

Fixes: cc7f641d637b ("samples: bpf: Refactor BPF map performance test with libbpf")
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200823085334.9413-2-danieltimlee@gmail.com
samples/bpf/Makefile