summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 14:37:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 14:37:39 +0000
commit18d1f3e8c8813f17f7b064dc9f96f805efb76cf3 (patch)
treec6cbe64279b48b3b9d15643a569cca1787b1ef6d /apps/ChangeLog.txt
parent20f03203b8c699bc97b1ba4c0661a125ac4182e4 (diff)
downloadnuttx-18d1f3e8c8813f17f7b064dc9f96f805efb76cf3.tar.gz
nuttx-18d1f3e8c8813f17f7b064dc9f96f805efb76cf3.tar.bz2
nuttx-18d1f3e8c8813f17f7b064dc9f96f805efb76cf3.zip
apps/ build now supports an 'external' directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4021 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 0a362e849..24b02557e 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -120,3 +120,7 @@
data received on USB serial is echoed on the local console.
* apps/examples/touchscreen: Add a simple, generic test for any
touschscreen driver.
+ * Makefile: The apps/ Makefile now checks for an apps/external directory
+ or symbolic link. If such a directory/link exists (and has a Makefile),
+ it will be added to the apps/ build. This allows external directories
+ to be included into the apps/ build by simply creating a symbolic link.