mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-12-23 02:56:31 +01:00
Fix build errors when ZLIB_INFLATE=m and ZLIB_DEFLATE=m and ZLIB_DFLTCC=y
by exporting the 2 needed symbols in dfltcc_inflate.c.
Fixes these build errors:
ERROR: modpost: "dfltcc_inflate" [lib/zlib_inflate/zlib_inflate.ko] undefined!
ERROR: modpost: "dfltcc_can_inflate" [lib/zlib_inflate/zlib_inflate.ko] undefined!
Fixes:
|
||
|---|---|---|
| .. | ||
| dfltcc_deflate.c | ||
| dfltcc_inflate.c | ||
| dfltcc_syms.c | ||
| dfltcc_util.h | ||
| dfltcc.c | ||
| dfltcc.h | ||
| Makefile | ||