mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
Revise commit cce9ae94f4: The pass1/ directly only needs to be added to the directories to be cleaned. That would be OTHERDIRS vs. NONFSFIRS. Also remove old reference to the defunct lib directory (now the staging directory).
This commit is contained in:
@@ -79,11 +79,11 @@ else
|
||||
LIBXX=libxx
|
||||
endif
|
||||
|
||||
NONFSDIRS = sched drivers configs pass1 $(ARCH_SRC) $(NUTTX_ADDONS)
|
||||
NONFSDIRS = sched drivers configs $(ARCH_SRC) $(NUTTX_ADDONS)
|
||||
FSDIRS = fs binfmt
|
||||
CONTEXTDIRS = configs $(APPDIR)
|
||||
USERDIRS =
|
||||
OTHERDIRS = lib
|
||||
OTHERDIRS = pass1
|
||||
|
||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user