]> git.proxmox.com Git - mirror_edk2.git/commit
CorebootPayloadPkg: Remove empty folder reference in DEC file
authorMaurice Ma <maurice.ma@intel.com>
Fri, 10 Apr 2015 22:08:57 +0000 (22:08 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 22:08:57 +0000 (22:08 +0000)
commit494820d8c8348d9b3d93b8cc18fb813633c434f7
tree5257a17f39e063627616d11d0fb2c073fa0ceb2a
parent14e900dd13794b95c539540f6a8a0369d85a384d
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
CorebootPayloadPkg/CorebootPayloadPkg.dec