From 73ff7f2e842cac880b9c3711ea358f7025fdaf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 29 Jun 2021 13:54:37 +0200 Subject: [PATCH] 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 Reviewed-by: Panagiotis Vasilopoulos Reviewed-by: Adrien Destugues Tested-by: Commit checker robot --- src/system/boot/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile index cb1303471a..9ab46f4875 100644 --- a/src/system/boot/Jamfile +++ b/src/system/boot/Jamfile @@ -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 {