summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2016-09-21 11:19:25 +0800
committerPeter Jones <pjones@redhat.com>2017-06-15 11:30:05 -0400
commit3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5 (patch)
treec8a8bd0240371ae720042699fa6dae3b01209673 /lib
parent71d927270ae3d256237d803172a048bfd88b73c7 (diff)
downloadefi-boot-shim-3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5.tar.gz
efi-boot-shim-3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5.zip
become more friendly for the cross compilation
Allow to overwrite certain settings from the external. Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d93a26de..37f5746d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -5,7 +5,7 @@ LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variab
EFI_INCLUDES = -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol -I../include
lib.a: $(LIBFILES)
- ar rcs lib.a $(LIBFILES)
+ $(AR) rcs lib.a $(LIBFILES)
all: $(TARGET)