MODULES_OVERRIDE magic needed



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


_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Binary modules for 2.6
    ... > distributing binary kernel modules anymore. ... You've to compile for all and any large distributions, and additionally, ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Ethernet driver module compilation (8139too)
    ... I need to put a minur changes (printk messages) into those drivers, ... are loaded as kernel modules. ... is loadede, and also 8139too. ... I am sure the problem is in the way I compile this module, ...
    (Linux-Kernel)
  • Re: MODULES_OVERRIDE magic needed
    ... I'm trying to compile only a few kernel modules, ... from the command line. ...
    (freebsd-hackers)
  • Re: [SLE] Kernel Woes: Comments, Please!
    ... because I'm convinced there is a bug ... The transmission is done by the kernel modules, the important part, and ... How on earth do I go on to compile this little beast? ...
    (SuSE)
  • C++ in kernel modules
    ... I need to port a linux 2.4 kernel module written in c++ to linux 2.6. ... I use the kbuild system, that doesn't support c++ for modules source ... Changing the linux header files I can now compile up to the include ... Is there a way to compile linux 2.6 kernel modules without using the ...
    (comp.os.linux.development.system)