summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-04 11:44:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-04 11:44:38 -0600
commit7e67a97231e9bd66c14b37e1510f5d29c441aa7e (patch)
tree5141b37e154617ef7bd9d551447cd9035a1b1319
parent8c6bc7f728b9d8709de364c37a24f0b5a469f966 (diff)
downloadpx4-nuttx-7e67a97231e9bd66c14b37e1510f5d29c441aa7e.tar.gz
px4-nuttx-7e67a97231e9bd66c14b37e1510f5d29c441aa7e.tar.bz2
px4-nuttx-7e67a97231e9bd66c14b37e1510f5d29c441aa7e.zip
Update ChangeLogs
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4c443382c..88c031a27 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8389,3 +8389,8 @@
set correctly (2014-903).
* sched/Kconfig and sched/init/os_bringup.c: Add capability to perform
initial board initialization on a separate worker thread (2014-9-3).
+ * tools/mkexport.sh: Fix 'make export'. Adding subdirectories to the
+ sched/ directory broke the header file collection logic (2014-9-4).
+ * Makefile.unix, Makefile.win, FlatLibs.mk, KernelLibs.mk, and
+ ProtectedLibs.mk: In the kernel build, only the user libraries should
+ be exported (2014-9-4).