Update make dependency for elf/module/nxflat/posix_spawn/sotest/thttpd

Update make dependency for elf/module/nxflat/posix_spawn/sotest/thttpd examples which make use of
mksymtab.sh. This could avoid them built twice in 'make depend' and 'make all' which would result
in file truncated build break. Now only build once by 'make all'.

Change-Id: I5d8f1ebbf73e3b12d7d2118f1f51b4233d0ed007
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao
2020-05-14 11:32:35 +08:00
committed by Xiang Xiao
parent ba3baa57a5
commit 0c60624276
30 changed files with 201 additions and 134 deletions

View File

@@ -55,7 +55,6 @@
#ifdef CONFIG_EXAMPLES_SOTEST_BUILTINFS
# include <nuttx/drivers/ramdisk.h>
# include "lib/romfs.h"
#endif
/****************************************************************************
@@ -100,6 +99,11 @@
* Symbols from Auto-Generated Code
****************************************************************************/
#ifdef CONFIG_EXAMPLES_SOTEST_BUILTINFS
extern const unsigned char romfs_img[];
extern const unsigned int romfs_img_len;
#endif
extern const struct symtab_s g_sot_exports[];
extern const int g_sot_nexports;