From cf8545c8ef08a5e8ec4bf271b097083dcee34c1f Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Sat, 15 Jan 2022 17:22:46 +0100 Subject: [PATCH] software/bios: enable map file generation --- litex/soc/software/bios/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile index 069393d06..b7e2def67 100755 --- a/litex/soc/software/bios/Makefile +++ b/litex/soc/software/bios/Makefile @@ -70,6 +70,7 @@ vpath %.a $(PACKAGES:%=../%) $(PACKAGES:%=-L../%) \ -Wl,--whole-archive \ -Wl,--gc-sections \ + -Wl,-Map,$@.map \ $(LIBS:lib%=-l%) \