[PATCH] Remove the need for other include paths besides <gnu-efi>/inc
Brought to you by:
noxorc
Having to add specific arch include paths and then [gnu-efi]/lib
to be able to use gnu-efi in an application is annoying.
This patch ensures that the library itself takes care of including
the relevant headers, and that one needs only to add [gnu-efi]/inc
in their include path to be able to use gnu-efi.
commit b1c7a1c5f2685562f06fac25c24618d0af5ca1cb (HEAD -> master)
Author: Pete Batard pete@akeo.ie
Date: Tue Feb 16 23:48:16 2021 +0000
Thanks for applying this series -- Much appreciated!