summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-08-27 14:58:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-08-27 14:58:42 +0000
commite1a8bc740d260ae83be6ac997277191a379f8357 (patch)
tree8413ac81481f5882da4b2be180da0ed20c9c20ef /nuttx/Makefile
parent66859cc7910397ce71cb6a564831d1f3ab70a425 (diff)
STM32 I2C fix, documentation update, fixes for FreeBSD/ASH build
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3917 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 dcb4714300..a298645e17 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