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.