summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-09 22:53:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-09 22:53:07 +0000
commit6327539fc800e6d481ff26067c1a40ca01ae6de1 (patch)
tree03ab06eff1559db7f37787bb27901c9ca61d3cbf
parentebd2614feb9f71cbf75c28d1ed1e5ef7a4dcf06c (diff)
downloadnuttx-6327539fc800e6d481ff26067c1a40ca01ae6de1.tar.gz
nuttx-6327539fc800e6d481ff26067c1a40ca01ae6de1.tar.bz2
nuttx-6327539fc800e6d481ff26067c1a40ca01ae6de1.zip
Fix an error in link to include/apps
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3582 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f68d302d9..69dc8fc1e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1731,3 +1731,5 @@
FLASH; beginning of integration with NXFFS (Uros Platise).
* arch/mips: Added directory structure for PIC32 support
* configs/pcblogic-pic32mx: Add directory structure for PCB Logic PIC32MX board
+ * apps/include: Move include/apps to apps/include. A symbolic link is created at
+ build time
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 615a547e5..8785f1a1f 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