Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 17:11:46 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-hackers@freebsd.org
Subject:   MODULES_OVERRIDE magic needed
Message-ID:  <E1JgKji-00012p-Ds@cs1.cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1JgKji-00012p-Ds>