From 704f036e540aee3615f38ff744ec598cd9c9b502 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 30 Aug 2014 10:45:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a52ed3fea..300d5f5ec4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8310,3 +8310,9 @@ are none, however) (2014-8-30). * include/nuttx/errno.h syscall/syscall.csv and syscall_funclookup.c: Yet more issues with errno access via syscalls fixed (2014-8-30). + * Makefile.unix, Makefile.win, Directories.mk, FlatLibs.mk, ProtectedLibs.mk, + and KernelLibs.mk: Separate the common directory selection logic + into Directories.mk; add support for kernel build. Move library + selection logic in common *.mk files, one each for flat-, protected-, + and kernel- mode builds (2014-8-30). +