From 020ac8b59ccb4e5ba466cd0adacebe729e82d8c3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Sep 2014 11:29:25 -0600 Subject: Update ChangeLogs --- apps/ChangeLog.txt | 2 ++ nuttx/ChangeLog | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index d6ef03509..db7265024 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -1030,3 +1030,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). + * apps/Makefile, examples/elf/Kconfig, and import/Make.defs: Copy more + logic from nuttx/tools/Config.mk into the Make.defs file (2014-9-5). diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c5850368d..0a9d23629 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -8406,4 +8406,6 @@ source tree (but still can be found in the misc/Obsoleted directory). This port is not ready for usage but may return to the NuttX tree at some point in the future (2014-9-5). - + * tools/Makefile.export and mkexport.sh: The apps/ import build requires + that we extract more information from the platform Make.defs file + (2014-9-5). -- cgit v1.2.3