kernel modules into static kernel

John Baldwin jhb at freebsd.org
Tue Jul 20 18:16:12 UTC 2010


On Monday, July 19, 2010 11:50:37 pm Tim Judd wrote:
> Hellos,
> 
> 
> Of interest, I can get GEOM_UZIP kernel module as part of the kernel,
> but the GEOM_UZIP kernel module has a dependency on ZLIB.  If I build
> a kernel with GEOM_UZIP, will the relavant ZLIB pieces also be in the
> kernel?

Yes.  GEOM_UZIP sucks in net/zlib.c (look at sys/conf/files and search for 
'uzip' to see what GEOM_UZIP includes in the build).

-- 
John Baldwin


More information about the freebsd-hackers mailing list