From 232585cd45f2a3ae14ee79355e9bca7a0bb3e3bb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 9 May 2011 22:53:07 +0000 Subject: [PATCH] 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 --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f68d302d9f3..69dc8fc1e4b 100644 --- a/ChangeLog +++ b/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/Makefile b/Makefile index 615a547e501..8785f1a1f4b 100644 --- a/Makefile +++ b/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//include directory to include/arch