diff --git a/ChangeLog.txt b/ChangeLog.txt index 496f0a201..182fa50f2 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -221,3 +221,7 @@ may need them. 6.18 2012-xx-xx Gregory Nutt + + * Kconfig: Continued Kconfig file updates (no longer tracking on a per-file + basis in the ChangeLog) + diff --git a/Makefile b/Makefile index 979f204b5..2a0008e1b 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,6 @@ include nshlib/Make.defs include system/Make.defs include vsn/Make.defs - # INSTALLED_APPS is the list of currently available application directories. It # is the same as CONFIGURED_APPS, but filtered to exclude any non-existent # application directory. namedapp is always in the list of applications to be