include/nuttx/lib/modlib.h: Eliminate warning: 'CONFIG_MODLIB_MAXDEPEND' is not defined'

This commit is contained in:
Xiang Xiao 2018-08-27 11:33:32 -06:00 committed by Gregory Nutt
parent 459d9f2851
commit 798922b9c6

View File

@ -53,6 +53,10 @@
****************************************************************************/
/* Configuration ************************************************************/
#ifndef CONFIG_MODLIB_MAXDEPEND
# define CONFIG_MODLIB_MAXDEPEND 0
#endif
#ifndef CONFIG_MODLIB_ALIGN_LOG2
# define CONFIG_MODLIB_ALIGN_LOG2 2
#endif