mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 07:55:42 +00:00
examples/elf/tests: Correct symtab.c dependency to fix parallel build break
Correct symtab dependency from build to populate instead, or tests subdirectory programs would be built twice which resulted in errors as below: arm-none-eabi-ld: hello++3.o: file not recognized: file truncated
This commit is contained in:
parent
6751aa26a6
commit
2f23d2a602
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ $(DIRLIST_HDR) : populate
|
|||
|
||||
# Create the exported symbol table
|
||||
|
||||
$(SYMTAB_SRC): build
|
||||
$(SYMTAB_SRC): populate
|
||||
$(Q) $(TESTS_DIR)/mksymtab.sh $(FSIMG_DIR) >$@
|
||||
|
||||
# Clean each subdirectory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue