From d5a60558c51aaa5b63e857130172b332e9ab4988 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sun, 11 Mar 2018 00:05:59 +0100 Subject: [PATCH] OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file The header file declares several functions and global variables that are shared between various translation units in this module. The header file also defines macros and types that are private to 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/VirtioNetDxe/VirtioNet.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/VirtioNetDxe/VirtioNet.inf b/OvmfPkg/VirtioNetDxe/VirtioNet.inf index 9ff6d87e61..d63dbe5cb6 100644 --- a/OvmfPkg/VirtioNetDxe/VirtioNet.inf +++ b/OvmfPkg/VirtioNetDxe/VirtioNet.inf @@ -39,6 +39,7 @@ SnpStop.c SnpTransmit.c SnpUnsupported.c + VirtioNet.h [Packages] MdePkg/MdePkg.dec -- 2.39.2