From: srs5694 Date: Sat, 23 Jun 2012 04:03:10 +0000 (-0400) Subject: Fixed EDK2 location problem X-Git-Url: https://code.delx.au/refind/commitdiff_plain/83eba2e0b2dc6cdf3b37f3e417120c9c154759f3 Fixed EDK2 location problem --- diff --git a/filesystems/Make.tiano b/filesystems/Make.tiano index 138afb8..18c85b9 100644 --- a/filesystems/Make.tiano +++ b/filesystems/Make.tiano @@ -25,8 +25,8 @@ ifeq ($(ARCH),x86_64) FILENAME_CODE = x64 endif -#EDK2BASE = /usr/local/UDK2010/MyWorkSpace -EDK2BASE = /usr/local/edk2 +EDK2BASE = /usr/local/UDK2010/MyWorkSpace +#EDK2BASE = /usr/local/edk2 # Below file defines TARGET (RELEASE or DEBUG), TARGET_ARCH (X64 or IA32), and TOOL_CHAIN_TAG (GCC44, GCC45, or GCC46) include $(EDK2BASE)/Conf/target.txt