summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-12 18:43:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-12 18:43:59 +0000
commit5b17ece930357c52595d264f30a6ff87561df443 (patch)
tree339894a7958f29c77ac9aff63a973fc3121c1d5d /nuttx/binfmt/Makefile
parentd705291ceef2d2d02a74c6ca33fd07f72171114f (diff)
downloadnuttx-5b17ece930357c52595d264f30a6ff87561df443.tar.gz
nuttx-5b17ece930357c52595d264f30a6ff87561df443.tar.bz2
nuttx-5b17ece930357c52595d264f30a6ff87561df443.zip
Added exec()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1979 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/Makefile')
-rw-r--r--nuttx/binfmt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/binfmt/Makefile b/nuttx/binfmt/Makefile
index 0ba0c2862..dd9e459ce 100644
--- a/nuttx/binfmt/Makefile
+++ b/nuttx/binfmt/Makefile
@@ -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