[zlib] Add support for zlib archive images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2021-05-06 13:17:35 +01:00
parent 5c9c8d2b9b
commit d093683d93
7 changed files with 345 additions and 0 deletions

View File

@@ -30,3 +30,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
*/
PROVIDE_REQUIRING_SYMBOL();
#ifdef IMAGE_ZLIB
REQUIRE_OBJECT ( zlib );
#endif