software/bios: enable map file generation

This commit is contained in:
Ilia Sergachev 2022-01-15 17:22:46 +01:00
parent f07fb4e1e3
commit cf8545c8ef
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ vpath %.a $(PACKAGES:%=../%)
$(PACKAGES:%=-L../%) \
-Wl,--whole-archive \
-Wl,--gc-sections \
-Wl,-Map,$@.map \
$(LIBS:lib%=-l%) \