remove logs during cleanup

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-09 15:29:14 +01:00
parent 68cb8cd46c
commit 1a179d018c
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ clean:
@$(call MESSAGE,"Clean everything")
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output distclean
@$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output distclean
@rm -f br.log
distclean: clean
@$(call MESSAGE,"Really clean everything")