Commit f07f91a3 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

selftests: net: unify the Makefile formats



We get a significant number of conflicts between net and net-next
because of selftests Makefile changes. People tend to append new
test cases at the end of the Makefile when there's no clear sort
order. Sort all networking selftests Makefiles, use the following
format:

 VAR_NAME := \
	 entry1 \
	 entry2 \
	 entry3 \
 # end of VAR_NAME

Some Makefiles are already pretty close to this.

Acked-by: default avatarAntonio Quartulli <antonio@openvpn.net>
Acked-by: default avatarMatthieu Baerts (NGI0) <matttbe@kernel.org>
Acked-by: default avatarAllison Henderson <allison.henderson@oracle.com>
Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
Link: https://patch.msgid.link/20251003210127.1021918-1-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 2aa74c62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment