]> code.delx.au - refind/blobdiff - Make.tiano
BIOS-mode boot support now works when compiled with GNU-EFI
[refind] / Make.tiano
index 6884a07b1bf20e847b08f588d7d03d1c73fe4593..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
@@ -43,6 +44,7 @@ INCLUDE_DIRS    = -I $(EDK2BASE)/MdePkg \
                  -I .. \
                  -I ../refind \
                  -I ../libeg \
+                 -I ../include \
                  -I ../mok
 
 OPTIMFLAGS      = -fno-strict-aliasing -mno-red-zone -Wno-address -Os