Makefile (uefi): add gnu-efi(-devel) build dependency for Fedora/CentOS

Add the 'gnu-efi' dependency required to build the ACRN hypervisor
with "PLATFORM=uefi" on Fedora. 'gnu-efi-devel' is required on CentOS.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2018-03-20 06:54:43 -07:00
parent a049382e07
commit b0f52e5b95

View File

@ -338,6 +338,7 @@ each with their own way to install development tools:
.. code-block:: console
$ sudo dnf install gcc \
gnu-efi \
libuuid-devel \
openssl-devel \
libpciaccess-devel
@ -347,6 +348,7 @@ each with their own way to install development tools:
.. code-block:: console
$ sudo yum install gcc \
gnu-efi-devel \
libuuid-devel \
openssl-devel \
libpciaccess-devel