Bring Intel/HP efi source into project, remove gnu-efi

This commit is contained in:
Justin C. Miller
2018-05-05 14:13:38 -07:00
parent b2f2a9c721
commit bc6a42735c
62 changed files with 13249 additions and 43 deletions

View File

@@ -113,6 +113,7 @@ def configure(ctx):
ctx.env.append_value('INCLUDES', [
join(ctx.path.abspath(), "src", "include"),
join(ctx.path.abspath(), "src", "include", ctx.env.POPCORN_ARCH),
join(ctx.path.abspath(), "src", "modules"),
])