On Wed, 10 Sep 2025 19:30:32 +0800 Nai-Chen Cheng 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.
Shuah, please LMK if think it makes sense for netdev to take this (net/lib is the only DEP_TARGET today).