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
@ -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…
Reference in New Issue
Block a user