k230_sdk
k230_sdk copied to clipboard
[Bug]: top folder make clean seems incomplete
What happened
When doing make clean in top level with SDK v1.0, it seems only two flag files are deleted.
Is this intentionally left unimplemented? It seems that we can at least invoke specific targets like uboot-clean etc.
Reproduction steps
simply run make clean in top folder, expecting all generated artifacts are gone, but one can still find .o files in the tree.
Hardware board
k230 evb board
Software version
v1.0
Bug frequency
100%
Anything else
No response
we will Fixed in the next version。 rm -rf output ; can clean all generated artifacts;
@wangjianxin-canaan that may not be enough, as there are .o files under src/ folder. :)
@wangjianxin-canaan that may not be enough, as there are .o files under
src/folder. :) we know,the .o file under src folder may be clean on Future version