mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8f3559bd34
commit
7f9ed0d7bb
185 changed files with 78 additions and 4945 deletions
7
Makefile
7
Makefile
|
|
@ -38,6 +38,13 @@ TOPDIR := ${shell pwd | sed -e 's/ /\\ /g'}
|
|||
-include ${TOPDIR}/tools/Config.mk
|
||||
-include ${TOPDIR}/Make.defs
|
||||
|
||||
# Control build verbosity.
|
||||
ifeq ($(V),1)
|
||||
export Q :=
|
||||
else
|
||||
export Q := @
|
||||
endif
|
||||
|
||||
# Default tools
|
||||
|
||||
ifeq ($(DIRLINK),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue