Skip to content
Snippets Groups Projects
Commit 1fd9e4f2 authored by Greg Thelen's avatar Greg Thelen Committed by Jakub Kicinski
Browse files

selftests: make kselftest-clean remove libynl outputs


Starting with 6.12 commit 85585b4b ("selftests: add ncdevmem, netcat
for devmem TCP") kselftest-all creates additional outputs that
kselftest-clean does not cleanup:
  $ make defconfig
  $ make kselftest-all
  $ make kselftest-clean
  $ git clean -ndxf | grep tools/net
  Would remove tools/net/ynl/lib/__pycache__/
  Would remove tools/net/ynl/lib/ynl.a
  Would remove tools/net/ynl/lib/ynl.d
  Would remove tools/net/ynl/lib/ynl.o

Make kselftest-clean remove the newly added net/ynl outputs.

Fixes: 85585b4b ("selftests: add ncdevmem, netcat for devmem TCP")
Signed-off-by: default avatarGreg Thelen <gthelen@google.com>
Reviewed-by: default avatarMuhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://patch.msgid.link/20241005215600.852260-1-gthelen@google.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c0a30936
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment