Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier

This commit is contained in:
Gregory Nutt
2015-12-13 08:10:01 -06:00
parent 076f382f79
commit e8d0f85c8b
17 changed files with 437 additions and 239 deletions
+1
View File
@@ -81,6 +81,7 @@ include dirent/Make.defs
include termios/Make.defs
include spawn/Make.defs
include queue/Make.defs
include symtab/Make.defs
include wqueue/Make.defs
include misc/Make.defs
include audio/Make.defs