On Wed, Sep 10, 2025 at 07:30:32PM +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. > > Signed-off-by: Nai-Chen Cheng <[email protected]>
Reviewed-by: Simon Horman <[email protected]> Tested-by: Simon Horman <[email protected]> # build-tested

