From ec8a317ca70084f424cda27d9867e339e4cd0bd7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 09:17:38 -0600 Subject: Update ChangeLog --- apps/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 09067d5c2..d7329189d 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -1042,3 +1042,6 @@ all tasks is main, not some xyz_main (2014-9-6). * Many Makefiles: Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main() (2014-9-6). + * Many Makefiles. For kernel build, the object file containing main + cannot go into library because of name collisions. The object file + must be handled as a special case in every Makefile (2014-9-7). -- cgit v1.2.3