From 5f05678e7d29261ed55a71e937562ca3076ded3f Mon Sep 17 00:00:00 2001 From: Alexander Lunev Date: Sat, 22 May 2021 20:40:52 +0300 Subject: [PATCH] examples/nxflat: fixed an issue with the symbol table creation (#3737#issuecomment-844574935) --- examples/nxflat/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nxflat/tests/Makefile b/examples/nxflat/tests/Makefile index 7640a5d01..28c977faf 100644 --- a/examples/nxflat/tests/Makefile +++ b/examples/nxflat/tests/Makefile @@ -90,7 +90,7 @@ $(DIRLIST_SRC): install # Create the exported symbol table list from the derived *-thunk.S files $(SYMTAB_SRC): install - $(Q) $(APPDIR)/tools/mksymtab.sh $(ROMFS_DIR) g_nxflat >$@.tmp + $(Q) $(APPDIR)/tools/mksymtab.sh $(TESTS_DIR) g_nxflat >$@.tmp $(Q) $(call TESTANDREPLACEFILE, $@.tmp, $@) # Clean each subdirectory