summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 23:55:37 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:31:31 +0100
commitfaa6f20b53e288d6bb574bff05892a6172917e2e (patch)
treeb98f7be8a992928e80c177a5689729c14293495d
parentdc19edf5a0bb7f89bdc73ab4b0652f133f1892bc (diff)
downloadedk2-faa6f20b53e288d6bb574bff05892a6172917e2e.tar.gz
edk2-faa6f20b53e288d6bb574bff05892a6172917e2e.tar.bz2
edk2-faa6f20b53e288d6bb574bff05892a6172917e2e.zip
OvmfPkg/VirtioBlkDxe: list "VirtioBlk.h" in the INF file
Among other things, 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 <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>
-rw-r--r--OvmfPkg/VirtioBlkDxe/VirtioBlk.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf b/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
index d5975b74eb..29d498a442 100644
--- a/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
+++ b/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
@@ -23,6 +23,7 @@
[Sources]
VirtioBlk.c
+ VirtioBlk.h
[Packages]
MdePkg/MdePkg.dec