mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/bios: enable map file generation
This commit is contained in:
parent
f07fb4e1e3
commit
cf8545c8ef
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ vpath %.a $(PACKAGES:%=../%)
|
|||
$(PACKAGES:%=-L../%) \
|
||||
-Wl,--whole-archive \
|
||||
-Wl,--gc-sections \
|
||||
-Wl,-Map,$@.map \
|
||||
$(LIBS:lib%=-l%) \
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue