A little more ELF loader logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5257 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-10-25 16:18:20 +00:00
parent bba464fd29
commit 8b6ea4c174
15 changed files with 568 additions and 153 deletions
+2 -2
View File
@@ -56,6 +56,7 @@ BINFMT_CSRCS += symtab_findbyname.c symtab_findbyvalue.c \
VPATH =
SUBDIRS =
DEPPATH = --dep-path .
include libnxflat/Make.defs
include libelf/Make.defs
@@ -82,8 +83,7 @@ $(BIN): $(BINFMT_OBJS)
done ; )
.depend: Makefile $(BINFMT_SRCS)
@$(MKDEP) --dep-path . --dep-path libnxflat \
$(CC) -- $(CFLAGS) -- $(BINFMT_SRCS) >Make.dep
@$(MKDEP) $(DEPPATH) $(CC) -- $(CFLAGS) -- $(BINFMT_SRCS) >Make.dep
@touch $@
depend: .depend