]> code.delx.au - refind/blobdiff - Make.tiano
Added correct filesystem name detection to HFS+ driver.
[refind] / Make.tiano
index c02e7ff0b9b2518af83f2e3231535d74e816c616..5ed907b301784eb047b7a5ba9862f1dce9d187eb 100644 (file)
@@ -30,6 +30,7 @@ ifeq ($(ARCH),x86_64)
 endif
 
 EDK2BASE = /usr/local/UDK2010/MyWorkSpace
+#EDK2BASE = /usr/local/EDK2/tianocore-edk2
 
 # Below file defines TARGET (RELEASE or DEBUG) and TOOL_CHAIN_TAG (GCC44, GCC45, GCC46, or GCC47)
 include $(EDK2BASE)/Conf/target.txt
@@ -42,7 +43,8 @@ INCLUDE_DIRS    = -I $(EDK2BASE)/MdePkg \
                   -I $(EDK2BASE)/MdePkg/Include/$(ARCHDIR) \
                  -I .. \
                  -I ../refind \
-                 -I ../libeg
+                 -I ../libeg \
+                 -I ../mok
 
 OPTIMFLAGS      = -fno-strict-aliasing -mno-red-zone -Wno-address -Os
 DEBUGFLAGS      = -Wall -Wno-missing-braces -Wno-array-bounds -ffunction-sections -fdata-sections