#
b1c7a1c5 |
| 16-Feb-2021 |
Pete Batard <pete@akeo.ie> |
Remove the need for other include paths besides <gnu-efi>/inc
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 en
Remove the need for other include paths besides <gnu-efi>/inc
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.
show more ...
|