Re: [PATCH v2 05/11] Makefile: Generate a symbol file for u-boot-spl

2020-10-29 Thread Simon Glass
Add a rule to generate u-boot-spl.sym so that pytest can discover the available unit tests. Signed-off-by: Simon Glass --- (no changes since v1) scripts/Makefile.spl | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) Applied to u-boot-dm, thanks!

[PATCH v2 05/11] Makefile: Generate a symbol file for u-boot-spl

2020-10-25 Thread Simon Glass
Add a rule to generate u-boot-spl.sym so that pytest can discover the available unit tests. Signed-off-by: Simon Glass --- (no changes since v1) scripts/Makefile.spl | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 2e3a