Ported Ficl to NuttX apps/

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3584 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-10 18:18:19 +00:00
parent 6cece5a803
commit d99e056be8
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -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