summaryrefslogtreecommitdiff
path: root/src/grp-boot/systemd-boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-boot/systemd-boot/Makefile')
-rw-r--r--src/grp-boot/systemd-boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-boot/systemd-boot/Makefile b/src/grp-boot/systemd-boot/Makefile
index f2a0ed47cb..2a56560c2c 100644
--- a/src/grp-boot/systemd-boot/Makefile
+++ b/src/grp-boot/systemd-boot/Makefile
@@ -84,11 +84,11 @@ EFI_FORMAT = --target=efi-app-$(EFI_ARCH)
endif # ARCH_AARCH64
$(outdir)/%.o: $(srcdir)/%.c
- $(AM_V_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
+ $(AM_V_EFI_CC)$(EFI_CC) $(efi_cppflags) $(efi_cflags) -c $< -o $@
$(outdir)/%.so:
@if test $(words $^) = 0; then echo 'Cannot link EFI library with no dependencies: $@' >&2; exit 1; fi
- $(AM_V_CCLD)$(LD) $(efi_ldflags) $^ -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name)
+ $(AM_V_EFI_CCLD)$(LD) $(efi_ldflags) $^ -o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name)
$(AM_V_at)! { nm -D -u $@ | grep ' U '; }
# These next 2 are the same rule