aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 14:36:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 14:36:28 +0000
commit923da1b34bd4b7fff1619735d80d343c9d4a204d (patch)
treefc7b9a9e3bcccfa11b7611218c9bbfb4a96f6900 /nuttx/Makefile
parent415e8303727189dff9e702edf61b22be027b292a (diff)
downloadpx4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.tar.gz
px4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.tar.bz2
px4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.zip
Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to build system; Fixes to Shenzhou NxWM configuration for clean build
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
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