summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt7
-rwxr-xr-xnuttx/ChangeLog1
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 462aeb980..d6ef03509 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1023,3 +1023,10 @@
* apps/import/, apps/tools/, apps/Makefile: Beginning of logic that
will, hopefully, all me to build applications against a NuttX export
package (vs. the nuttx/ source tree) (2014-9-4).
+ * apps/tools/mkimport.sh and apps/import/Makefile: Add .config file to
+ export package (2014-9-5).
+ * apps/Makefile: Add a 'make import' target. More is needed before
+ it will be usable (2014-9-5).
+ * apps/import/Make.defs and .gitignore: Added mostly empty Make.defs
+ file. Something like this will be bee needed for the 'make import'
+ build (2014-9-5).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a54217c59..3e618e393 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8401,3 +8401,4 @@
sama5/Make.defs, armv7-a/crt0.c: The 'make export' target needs to
bundle up the user C startup file (crt0), not the kernel head object
for the kernel and protected builds (2014-9-4).
+ * tools/mkexport.sh: Add .config file to export package (2014-9-5).