configs/olimex-stm32_p407: Add logic to support initialization of the kernel module symbol table installed in the pass2/ directory during the application phase of the build. The kmodule configuration appears to be fully functional.

This commit is contained in:
Gregory Nutt
2018-08-07 10:50:25 -06:00
parent 4becaea8e3
commit a2428db499
5 changed files with 38 additions and 24 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
* Name: mod_dumploadinfo
****************************************************************************/
#if defined(CONFIG_DEBUG_INFO) && defined(CONFIG_DEBUG_BINFMT)
#ifdef CONFIG_DEBUG_BINFMT_INFO
static void mod_dumploadinfo(FAR struct mod_loadinfo_s *loadinfo)
{
int i;