summaryrefslogtreecommitdiff
path: root/nuttx/tools/mksymtab.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
commitded016c6fbd656792ca99872cc717df581fe7910 (patch)
treefeae17c23bc7aba68a12f1d99f1974f87ad9a894 /nuttx/tools/mksymtab.c
parentd99521e05ff81a2537cebc9f73b2e79181230acd (diff)
downloadnuttx-ded016c6fbd656792ca99872cc717df581fe7910.tar.gz
nuttx-ded016c6fbd656792ca99872cc717df581fe7910.tar.bz2
nuttx-ded016c6fbd656792ca99872cc717df581fe7910.zip
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/mksymtab.c')
-rw-r--r--nuttx/tools/mksymtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mksymtab.c b/nuttx/tools/mksymtab.c
index c5a46a92b..e401812c0 100644
--- a/nuttx/tools/mksymtab.c
+++ b/nuttx/tools/mksymtab.c
@@ -222,7 +222,7 @@ int main(int argc, char **argv, char **envp)
fprintf(outstream, "/* %s: Auto-generated symbol table. Do not edit */\n\n", symtab);
fprintf(outstream, "#include <nuttx/config.h>\n");
- fprintf(outstream, "#include <nuttx/symtab.h>\n\n");
+ fprintf(outstream, "#include <nuttx/binfmt/symtab.h>\n\n");
/* Output all of the require header files */