examples/nxflat: fixed an issue with the symbol table creation (#3737#issuecomment-844574935)
This commit is contained in:
parent
34a042aa49
commit
5f05678e7d
@ -90,7 +90,7 @@ $(DIRLIST_SRC): install
|
|||||||
# Create the exported symbol table list from the derived *-thunk.S files
|
# Create the exported symbol table list from the derived *-thunk.S files
|
||||||
|
|
||||||
$(SYMTAB_SRC): install
|
$(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, $@)
|
$(Q) $(call TESTANDREPLACEFILE, $@.tmp, $@)
|
||||||
|
|
||||||
# Clean each subdirectory
|
# Clean each subdirectory
|
||||||
|
Loading…
Reference in New Issue
Block a user