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:
liuguo09 2020-02-25 20:26:51 +08:00 committed by GitHub
parent 6751aa26a6
commit 2f23d2a602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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