9
0
Fork 0

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
This commit is contained in:
patacongo 2011-05-09 22:53:07 +00:00
parent ebd2614feb
commit 6327539fc8
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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