]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Minor cleanups and normalization of Makefile
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 11 Nov 2021 05:36:17 +0000 (21:36 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 12 Nov 2021 00:54:05 +0000 (16:54 -0800)
commit940d0eb3833e48208cca4b0bde12e3b693aaaa27
tree579757c9d924dd27573c0f7300e04c32f77ef0d3
parentc3b8a12878a6bf78a326625750837d38020100d5
selftests/bpf: Minor cleanups and normalization of Makefile

Few clean ups and single-line simplifications. Also split CLEAN command
into multiple $(RM) invocations as it gets dangerously close to too long
argument list. Make sure that -o <output.o> is used always as the last
argument for saner verbose make output.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211111053624.190580-3-andrii@kernel.org
tools/testing/selftests/bpf/Makefile