From dc19edf5a0bb7f89bdc73ab4b0652f133f1892bc Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 23:55:37 +0100 Subject: [PATCH] OvmfPkg/Virtio10Dxe: list "Virtio10.h" in the INF file The header file defines macros and types that are private to the driver and are used by the sole C file of the driver. Cc: Ard Biesheuvel Cc: Jordan Justen Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- OvmfPkg/Virtio10Dxe/Virtio10.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/Virtio10Dxe/Virtio10.inf b/OvmfPkg/Virtio10Dxe/Virtio10.inf index f868d1cfc4..c4ef15d94b 100644 --- a/OvmfPkg/Virtio10Dxe/Virtio10.inf +++ b/OvmfPkg/Virtio10Dxe/Virtio10.inf @@ -22,6 +22,7 @@ [Sources] Virtio10.c + Virtio10.h [Packages] MdePkg/MdePkg.dec -- 2.39.2