summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt1
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index db7265024..a183d6153 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1032,3 +1032,4 @@
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).
+ * apps/import/Make.defs: Also need to define CFLAGS (2014-9-5)
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0a9d23629..0122eb048 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8409,3 +8409,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).
+ * tools/Makefile.export and mkexport.sh: Need to export the setting of
+ WINTOOL as well (2014-9-5).