]> 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)
commit895800843745ac8e61ed671456252f7bb8993d37
tree579757c9d924dd27573c0f7300e04c32f77ef0d3
parent1394bd3b6ec5f5cdd33e8c8f0b647f1945a476b4
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