summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-10 18:18:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-10 18:18:19 +0000
commit5260ab3c649e9cc7b28bd7a52a05f07d5cc0ecbd (patch)
treed66de5fca40c997eab44e5fd5350485768312136 /nuttx/Makefile
parentd94043c3cc18f41dd8ce6629d642cabda3ca3e14 (diff)
Ported Ficl to NuttX apps/
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3584 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index b74f9e225f..07c07ddec8 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -268,7 +268,9 @@ include/nuttx/config.h: $(TOPDIR)/.config tools/mkconfig
include/apps: Make.defs
ifneq ($(APPDIR),)
- @$(DIRLINK) $(TOPDIR)/$(APPDIR)/include include/apps
+ @if [ -d $(TOPDIR)/$(APPDIR)/include ]; then \
+ $(DIRLINK) $(TOPDIR)/$(APPDIR)/include include/apps; \
+ fi
endif
# Link the arch/<arch-name>/include directory to include/arch