mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-05 23:32:13 +00:00
propagate some path variables
If these are overridden on the command line, pass them along to the sub-makes. Change-Id: I531ccb5d2f5e4be8e99d4892cdcfffffc1ad9877 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
663b2b931f
commit
cfac0bb9f4
6
Makefile
6
Makefile
@ -92,13 +92,13 @@ MokManager.so: $(MOK_OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a
|
||||
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS) lib/lib.a
|
||||
|
||||
Cryptlib/libcryptlib.a:
|
||||
$(MAKE) -C Cryptlib
|
||||
$(MAKE) -C Cryptlib EFI_PATH=$(EFI_PATH) EFI_INCLUDE=$(EFI_INCLUDE) ARCH=$(ARCH)
|
||||
|
||||
Cryptlib/OpenSSL/libopenssl.a:
|
||||
$(MAKE) -C Cryptlib/OpenSSL
|
||||
$(MAKE) -C Cryptlib/OpenSSL EFI_PATH=$(EFI_PATH) EFI_INCLUDE=$(EFI_INCLUDE) ARCH=$(ARCH)
|
||||
|
||||
lib/lib.a:
|
||||
$(MAKE) -C lib EFI_PATH=$(EFI_PATH)
|
||||
$(MAKE) -C lib EFI_PATH=$(EFI_PATH) EFI_INCLUDE=$(EFI_INCLUDE) ARCH=$(ARCH)
|
||||
|
||||
%.efi: %.so
|
||||
objcopy -j .text -j .sdata -j .data \
|
||||
|
Loading…
Reference in New Issue
Block a user