Index: trunk/i386/modules/uClibcxx/Makefile =================================================================== --- trunk/i386/modules/uClibcxx/Makefile (revision 937) +++ trunk/i386/modules/uClibcxx/Makefile (revision 938) @@ -1,5 +1,6 @@ - MODULE_NAME = uClibcxx +MODULE_DESCRIPTION = This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules. Please note that rtti and exceptions has both been disabled. +MODULE_AUTHOR = MODULE_VERSION = "0.2.2" MODULE_COMPAT_VERSION = "0.2.2" MODULE_START = $(MODULE_NAME)_start Index: trunk/i386/modules/klibc/Makefile =================================================================== --- trunk/i386/modules/klibc/Makefile (revision 937) +++ trunk/i386/modules/klibc/Makefile (revision 938) @@ -1,4 +1,6 @@ MODULE_NAME = klibc +MODULE_DESCRIPTION: This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient. This is currently only used by the uClibc++ library. +MODULE_AUTHOR = MODULE_VERSION = "1.5.20" MODULE_COMPAT_VERSION = "1.5.20" MODULE_START = $(MODULE_NAME)_start Index: trunk/i386/modules/HelloWorld/Makefile =================================================================== --- trunk/i386/modules/HelloWorld/Makefile (revision 937) +++ trunk/i386/modules/HelloWorld/Makefile (revision 938) @@ -1,4 +1,6 @@ MODULE_NAME = HelloWorld +MODULE_DESCRIPTION = This module provides an example implementation of a module. Should not be used for regular bootup +MODULE_AUTHOR = MODULE_VERSION = "1.0.0" MODULE_COMPAT_VERSION = "1.0.0" MODULE_START = $(MODULE_NAME)_start