diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-03-11 00:05:59 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-03-13 14:31:33 +0100 |
commit | d5a60558c51aaa5b63e857130172b332e9ab4988 (patch) | |
tree | 3c9374bdbb1266bd2886b6f088230d196526235c /OvmfPkg | |
parent | faa6f20b53e288d6bb574bff05892a6172917e2e (diff) | |
download | edk2-d5a60558c51aaa5b63e857130172b332e9ab4988.tar.gz edk2-d5a60558c51aaa5b63e857130172b332e9ab4988.tar.bz2 edk2-d5a60558c51aaa5b63e857130172b332e9ab4988.zip |
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 <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Suggested-by: Michael Kinney <michael.d.kinney@intel.com>
Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/VirtioNetDxe/VirtioNet.inf | 1 |
1 files changed, 1 insertions, 0 deletions
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
|