Open yf13 opened 1 year ago
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
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