summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-05-29 17:56:45 +0800
committerPeter Jones <pjones@redhat.com>2013-09-26 11:58:01 -0400
commit4a7f9bd4a687f1bca25e86644e53c5ca5ab2bac8 (patch)
tree4cb68742d8c3372ba38c3808d850b8597ba59356 /lib
parentc0f8cd721c9770b12824b77f607119d5a7c9ee0a (diff)
downloadefi-boot-shim-4a7f9bd4a687f1bca25e86644e53c5ca5ab2bac8.tar.gz
efi-boot-shim-4a7f9bd4a687f1bca25e86644e53c5ca5ab2bac8.zip
Make EFI_PATH easily resettable from the build command line.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index be5f3542..43907005 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -6,7 +6,6 @@ ARCH = $(shell uname -m | sed s,i[3456789]86,ia32,)
EFI_INCLUDE = /usr/include/efi
EFI_INCLUDES = -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol -I../include
-EFI_PATH = /usr/lib64/gnuefi
EFI_CRT_OBJS = $(EFI_PATH)/crt0-efi-$(ARCH).o
EFI_LDS = $(EFI_PATH)/elf_$(ARCH)_efi.lds