X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2569172b598d42a95c1aeb3bde752358f0b43689..a9871b0532ef974ab83c95a62ff70dcb979c99b4:/Make.common diff --git a/Make.common b/Make.common index e5d1cc4..0d994e5 100644 --- a/Make.common +++ b/Make.common @@ -8,6 +8,12 @@ GNUEFILIB = /usr/lib64 EFILIB = /usr/lib64 EFICRT0 = /usr/lib64 +# Comment out above and uncomment below if using locally-compiled GNU-EFI.... +#EFIINC = /usr/local/include/efi +#GNUEFILIB = /usr/local/lib +#EFILIB = /usr/local/lib +#EFICRT0 = /usr/local/lib + HOSTARCH = $(shell uname -m | sed s,i[3456789]86,ia32,) ARCH := $(HOSTARCH) OS = $(shell uname -s)