[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231127181527.1101e015@kernel.org>
Date: Mon, 27 Nov 2023 18:15:27 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Pedro Tammela <pctammela@...atatu.com>
Cc: netdev@...r.kernel.org, jhs@...atatu.com, xiyou.wangcong@...il.com,
jiri@...nulli.us, davem@...emloft.net, pabeni@...hat.com,
edumazet@...gle.com, linux-kselftest@...r.kernel.org, bpf@...r.kernel.org,
llvm@...ts.linux.dev, Davide Caratti <dcaratti@...hat.com>
Subject: Re: [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf
plugin
On Fri, 24 Nov 2023 12:42:44 -0300 Pedro Tammela wrote:
> diff --git a/tools/testing/selftests/tc-testing/Makefile b/tools/testing/selftests/tc-testing/Makefile
> index b1fa2e177e2f..e8b3dde4fa16 100644
> --- a/tools/testing/selftests/tc-testing/Makefile
> +++ b/tools/testing/selftests/tc-testing/Makefile
> @@ -1,31 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0
> -include ../../../scripts/Makefile.include
>
> -top_srcdir = $(abspath ../../../..)
> -APIDIR := $(top_scrdir)/include/uapi
> -TEST_GEN_FILES = action.o
> +TEST_PROGS += ./tdc.sh
nit: could you try to remove the ./ prefix, as a follow up?
I think it's not necessary and it confuses one of patchwork checks.
Powered by blists - more mailing lists