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:
Gregory Nutt
2018-09-08 08:28:02 -06:00
parent cce9ae94f4
commit ddaea5dabc
+2 -2
View File
@@ -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)