diff options
author | Maurice Ma <maurice.ma@intel.com> | 2015-04-10 22:08:57 +0000 |
---|---|---|
committer | mauricema <mauricema@Edk2> | 2015-04-10 22:08:57 +0000 |
commit | 494820d8c8348d9b3d93b8cc18fb813633c434f7 (patch) | |
tree | 5257a17f39e063627616d11d0fb2c073fa0ceb2a /CorebootPayloadPkg | |
parent | 14e900dd13794b95c539540f6a8a0369d85a384d (diff) | |
download | edk2-494820d8c8348d9b3d93b8cc18fb813633c434f7.tar.gz edk2-494820d8c8348d9b3d93b8cc18fb813633c434f7.tar.bz2 edk2-494820d8c8348d9b3d93b8cc18fb813633c434f7.zip |
CorebootPayloadPkg: Remove empty folder reference in DEC file
In current CorebootPayloadPkg.dec an empty 'Include' directory is
listed in [includes] section. However, this empty directory will
not be mirrored into git repo. If the source tree is pulled from git,
the 'Include' empty folder will not exist and it will cause build
failure. The fix is to remove the whole [Includes] section in the
DEC file.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17164 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CorebootPayloadPkg')
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.dec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.dec b/CorebootPayloadPkg/CorebootPayloadPkg.dec index b70af18b8c..54eb3d2257 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.dec +++ b/CorebootPayloadPkg/CorebootPayloadPkg.dec @@ -20,9 +20,6 @@ PACKAGE_GUID = 58ABC905-951E-472e-8590-77BA8A50BE63
PACKAGE_VERSION = 0.1
-[Includes]
- Include
-
[LibraryClasses]
[Guids]
|