mirror of https://github.com/RT-Thread/rt-thread
bsp: k230: improve cleanup
Previously, `scons -c` did not clean up the build directory and the automatically generated link.lds.generated. This is fixed now. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
parent
83f6747245
commit
4fb64e3710
|
@ -56,3 +56,6 @@ generate_ldscript('link.lds', 'link.lds.generated')
|
|||
|
||||
# make a building
|
||||
DoBuilding(TARGET, objs)
|
||||
|
||||
Clean(TARGET, 'link.lds.generated')
|
||||
Clean(TARGET, 'build')
|
||||
|
|
Loading…
Reference in New Issue