mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/Directories.mk: The pass1 directory was not being cleaned on 'make distclean'
This commit is contained in:
parent
9479ad54f9
commit
cce9ae94f4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
############################################################################
|
||||
# tools/Directories.mk
|
||||
#
|
||||
# Copyright (C) 2007-2012, 2014, 2016-2017 Gregory Nutt. All rights
|
||||
# Copyright (C) 2007-2012, 2014, 2016-2018 Gregory Nutt. All rights
|
||||
# reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
|
|
@ -79,7 +79,7 @@ else
|
|||
LIBXX=libxx
|
||||
endif
|
||||
|
||||
NONFSDIRS = sched drivers configs $(ARCH_SRC) $(NUTTX_ADDONS)
|
||||
NONFSDIRS = sched drivers configs pass1 $(ARCH_SRC) $(NUTTX_ADDONS)
|
||||
FSDIRS = fs binfmt
|
||||
CONTEXTDIRS = configs $(APPDIR)
|
||||
USERDIRS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue