summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
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).