summaryrefslogtreecommitdiff
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
commitb55eb97656c92bbb5f7bce796de5084cbbc890c7 (patch)
treefc7b9a9e3bcccfa11b7611218c9bbfb4a96f6900 /nuttx/Makefile
parent839a2cc356869a714978d154760fce9b55dd56ba (diff)
downloadnuttx-b55eb97656c92bbb5f7bce796de5084cbbc890c7.tar.gz
nuttx-b55eb97656c92bbb5f7bce796de5084cbbc890c7.tar.bz2
nuttx-b55eb97656c92bbb5f7bce796de5084cbbc890c7.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: svn://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