mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Added exec()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1979 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-2
@@ -48,11 +48,11 @@ endif
|
||||
BINFMT_ASRCS =
|
||||
BINFMT_CSRCS = binfmt_globals.c binfmt_register.c binfmt_unregister.c \
|
||||
binfmt_loadmodule.c binfmt_unloadmodule.c binfmt_execmodule.c \
|
||||
binfmt_dumpmodule.c
|
||||
binfmt_exec.c binfmt_dumpmodule.c
|
||||
|
||||
SYMTAB_ASRCS =
|
||||
SYMTAB_CSRCS = symtab_findbyname.c symtab_findbyvalue.c \
|
||||
symtab_findorderedbyname.c symtab_findorderedbyvalue.c
|
||||
symtab_findorderedbyname.c symtab_findorderedbyvalue.c
|
||||
|
||||
SUBDIRS = libnxflat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user