arch/: Clean what was made during context in distclean.

Cleaning during `clean_context` had the issue of remaking everything
when `menuconfig` was issued.  That's because `menuconfig` has a
`clean_context` on its way.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-07-21 18:48:05 +02:00
committed by Alan Carvalho de Assis
parent af1dceb3e3
commit e85b119363
24 changed files with 36 additions and 72 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
# CONFIG_BUILD_KERNEL is selected, then applications are not build at all.
CLEANDIRS :=
CCLEANDIRS := boards $(APPDIR) graphics $(ARCH_SRC)
CCLEANDIRS := boards $(APPDIR) graphics
KERNDEPDIRS :=
USERDEPDIRS :=