mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
tools/mksymtab.sh: Include nuttx/symtab.h instead of nuttx/binfmt/symtab.h.
This commit is contained in:
parent
5d6681dc9f
commit
b75e7bc32e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ fi
|
|||
# faile
|
||||
|
||||
echo "#include <nuttx/compiler.h>" >$outfile
|
||||
echo "#include <nuttx/binfmt/symtab.h>" >>$outfile
|
||||
echo "#include <nuttx/symtab.h>" >>$outfile
|
||||
echo "" >>$outfile
|
||||
|
||||
for var in $varlist; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue