MODULES_OVERRIDE magic needed

Danny Braniss danny at cs.huji.ac.il
Mon Mar 31 07:51:19 PDT 2008


hi,
I'm trying to compile only a few kernel modules, but
using MODULES_OVERRIDE I can only select one module.
	MODULE_OVERRIDE="unionfs"
or
	MODULE_OVERRIDE="if_sis"
is ok, but
	MODULE_OVERRIDE="if_sis unionfs"
failes with either
	if_sis: not found
if it's defined in src.conf, or with
	make: don't know how to make if_sis
from the command line.

danny




More information about the freebsd-hackers mailing list