nuttx/arch/sim
chao an 03b164f59c tools/makefile: silent all compile output
In order to make compilation warnings and errors easier to be found out,
this commit will disable the printing of the compilation process as much
as possible, and also if you want to restore the log information of the
compilation process, please enable verbose build on command line:

$ make V=0
OR
$ make V=1

| V=0:   Exit silent mode
| V=1,2: Enable echo of commands
| V=2:   Enable bug/verbose options in tools and scripts

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-02 17:40:19 +08:00
..
include arch/sim: add arch/math.h 2023-01-13 23:09:47 +08:00
src tools/makefile: silent all compile output 2023-02-02 17:40:19 +08:00
Kconfig arch/sim: add arch/math.h 2023-01-13 23:09:47 +08:00