From dc334dc6768d11e2700a13428589f473c41ee22f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Sep 2014 11:44:38 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4c443382cd4..88c031a2784 100755 --- a/ChangeLog +++ b/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).