From 3537d91c61d93bc4a07879e9c6bb6cea5c44c1c5 Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Wed, 21 Sep 2016 11:19:25 +0800 Subject: become more friendly for the cross compilation Allow to overwrite certain settings from the external. Signed-off-by: Lans Zhang --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3