]> code.delx.au - refind/blobdiff - Make.tiano
BIOS-mode boot support now works when compiled with GNU-EFI
[refind] / Make.tiano
index c02e7ff0b9b2518af83f2e3231535d74e816c616..5bfb158a04a6a7073d64d362923e6429a0e0844b 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,9 @@ INCLUDE_DIRS    = -I $(EDK2BASE)/MdePkg \
                   -I $(EDK2BASE)/MdePkg/Include/$(ARCHDIR) \
                  -I .. \
                  -I ../refind \
-                 -I ../libeg
+                 -I ../libeg \
+                 -I ../include \
+                 -I ../mok
 
 OPTIMFLAGS      = -fno-strict-aliasing -mno-red-zone -Wno-address -Os
 DEBUGFLAGS      = -Wall -Wno-missing-braces -Wno-array-bounds -ffunction-sections -fdata-sections