On Mon, Mar 31, 2008 at 10:11 PM, Danny Braniss <[EMAIL PROTECTED]> wrote:
> 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

Try

MODULE_OVERRIDE=if_sis unionfs

I think that is what I used before.

Regards,
Rong-En Fan
>  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@freebsd.org mailing list
>  http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>  To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to