X-Git-Url: https://code.delx.au/refind/blobdiff_plain/703f834438ae73dd9bbbdfdaff9b3d31bb8d7d52..959d997f90467091f3b8d7ed5a428f9050960e2a:/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)