boot/platform/efi: generate efi.map in the output directory

Change-Id: Iefcf347bfb815efeabffd41b71130978be596891
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4125
Reviewed-by: Fredrik Holmqvist <[email protected]>
Reviewed-by: Panagiotis Vasilopoulos <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Jérôme Duval
2021-07-03 09:18:40 +00:00
committed by Adrien Destugues
parent cc265c1482
commit 73ff7f2e84
+1 -1
View File
@@ -307,7 +307,7 @@ for platform in [ MultiBootSubDirSetup ] {
# efi loader needs to be shared.
if $(TARGET_BOOT_PLATFORM) = efi {
ldflags += -shared ;
ldflags += -Map=efi.map ;
ldflags += -Map=$(HAIKU_OUTPUT_DIR)/efi.map ;
}
if $(TARGET_BOOT_PLATFORM) = riscv {