summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-09 22:53:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-09 22:53:07 +0000
commit1f3b5d77498be4852f047beaa2544607045e67ac (patch)
tree03ab06eff1559db7f37787bb27901c9ca61d3cbf /nuttx/Makefile
parent5d75b9d0eed2d4730f8c61543555e2a6f21e5f6a (diff)
Fix an error in link to include/apps
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3582 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 615a547e50..8785f1a1f4 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -279,7 +279,7 @@ include/nuttx/config.h: $(TOPDIR)/.config tools/mkconfig
include/apps: Make.defs
ifneq ($(APPDIR),)
- @$(DIRLINK) $(APPDIR)/include include/apps
+ @$(DIRLINK) $(TOPDIR)/$(APPDIR)/include include/apps
endif
# Link the arch/<arch-name>/include directory to include/arch