tools/Directories.mk: The pass1 directory was not being cleaned on 'make distclean'
This commit is contained in:
parent
9479ad54f9
commit
cce9ae94f4
@ -1,7 +1,7 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# tools/Directories.mk
|
# 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.
|
# reserved.
|
||||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
#
|
#
|
||||||
@ -79,7 +79,7 @@ else
|
|||||||
LIBXX=libxx
|
LIBXX=libxx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
NONFSDIRS = sched drivers configs $(ARCH_SRC) $(NUTTX_ADDONS)
|
NONFSDIRS = sched drivers configs pass1 $(ARCH_SRC) $(NUTTX_ADDONS)
|
||||||
FSDIRS = fs binfmt
|
FSDIRS = fs binfmt
|
||||||
CONTEXTDIRS = configs $(APPDIR)
|
CONTEXTDIRS = configs $(APPDIR)
|
||||||
USERDIRS =
|
USERDIRS =
|
||||||
|
Loading…
Reference in New Issue
Block a user