aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 3c6e9c198..7a058d88e 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -38,7 +38,8 @@ TOPDIR := ${shell pwd | sed -e 's/ /\\ /g'}
-include ${TOPDIR}/tools/Config.mk
-include ${TOPDIR}/Make.defs
-# Control build verbosity.
+# Control build verbosity
+
ifeq ($(V),1)
export Q :=
else