mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
committed by
Alan Carvalho de Assis
parent
af1dceb3e3
commit
e85b119363
@@ -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 :=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user