summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 14:58:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 14:58:42 +0000
commit1b571c64512a21d7aabc7122ead9bac785c8ff56 (patch)
tree8413ac81481f5882da4b2be180da0ed20c9c20ef /nuttx/Makefile
parentd719433123a921aa84a51139cc6ffc4a46533bc4 (diff)
downloadpx4-nuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.tar.gz
px4-nuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.tar.bz2
px4-nuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.zip
STM32 I2C fix, documentation update, fixes for FreeBSD/ASH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index dcb471430..a298645e1 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -78,7 +78,7 @@ NUTTX_ADDONS := $(NX_DIR)
USER_ADDONS :=
ifeq ($(CONFIG_NUTTX_KERNEL),y)
-USER_ADDONS += $(APPDIR)
+USER_ADDONS += $(APPDIR)
else
NUTTX_ADDONS += $(APPDIR)
endif
@@ -324,7 +324,7 @@ clean_context:
check_context:
@if [ ! -e ${TOPDIR}/.config -o ! -e ${TOPDIR}/Make.defs ]; then \
echo "" ; echo "Nuttx has not been configured:" ; \
- echo " cd tools; ./configure.sh <target>\n" ; echo "" ;\
+ echo " cd tools; ./configure.sh <target>" ; echo "" ; \
exit 1 ; \
fi