From 2e31d8c56930898fa62127a52ff129eaf2f04995 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Sep 2014 07:42:00 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 462aeb980..d6ef03509 100644 --- a/ChangeLog.txt +++ b/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).