diff options
author | Hao A Wu <hao.a.wu@intel.com> | 2019-05-15 14:36:35 +0800 |
---|---|---|
committer | Hao A Wu <hao.a.wu@intel.com> | 2019-06-14 13:05:37 +0800 |
commit | eb7cad3f4abd1997cbd54a55bd7543050199b828 (patch) | |
tree | 800be467417b76fbdb39eafc63a61ed4f9610e45 /OvmfPkg | |
parent | 17c5832074988f63fa87ff506e7c5949d1c654af (diff) | |
download | edk2-eb7cad3f4abd1997cbd54a55bd7543050199b828.zip edk2-eb7cad3f4abd1997cbd54a55bd7543050199b828.tar.gz edk2-eb7cad3f4abd1997cbd54a55bd7543050199b828.tar.bz2 |
OvmfPkg/OvmfPkg.dec: Add the new include folder for CSM header files
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1811
The previous file-duplication commit has put all the CSM related header
files within folder: OvmfPkg/Csm/Inclue.
This commit will update the DEC file to add that folder under the
'[Include]' section.
Cc: Ray Ni <ray.ni@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/OvmfPkg.dec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/OvmfPkg.dec b/OvmfPkg/OvmfPkg.dec index 59eda56..2251f4c 100644 --- a/OvmfPkg/OvmfPkg.dec +++ b/OvmfPkg/OvmfPkg.dec @@ -15,6 +15,7 @@ [Includes]
Include
+ Csm/Include
[LibraryClasses]
## @libraryclass Loads and boots a Linux kernel image
|