X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4db5e22152813f5a21f7856f9e2121438bfab64d..38d3f7994bd4a51e4a6e79372f33e135ef61b805:/Make.common diff --git a/Make.common b/Make.common index 55755e2..af47ccc 100644 --- a/Make.common +++ b/Make.common @@ -3,16 +3,16 @@ # Common make rules for building with gnu-efi # -#EFIINC = /usr/include/efi -#GNUEFILIB = /usr/lib64 -#EFILIB = /usr/lib64 -#EFICRT0 = /usr/lib64 +EFIINC = /usr/include/efi +GNUEFILIB = /usr/lib +EFILIB = /usr/lib +EFICRT0 = /usr/lib # 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 +#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)