Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 10 Sep 2025 19:30:32 +0800 you wrote:
The selftests 'make clean' does not clean the net/lib because it only processes $(TARGETS) and ignores $(INSTALL_DEP_TARGETS). This leaves compiled objects in net/lib after cleaning, requiring manual cleanup.
Include $(INSTALL_DEP_TARGETS) in clean target to ensure net/lib dependency is properly cleaned.
[...]
Here is the summary with links: - selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency https://git.kernel.org/netdev/net-next/c/d3f7457da7b9
You are awesome, thank you!