Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 23:07:11 +0800
From:      "Rong-en Fan" <grafan@gmail.com>
To:        "Danny Braniss" <danny@cs.huji.ac.il>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: MODULES_OVERRIDE magic needed
Message-ID:  <6eb82e0803310807j515287cck2b0f026938617ed1@mail.gmail.com>
In-Reply-To: <E1JgKji-00012p-Ds@cs1.cs.huji.ac.il>
References:  <E1JgKji-00012p-Ds@cs1.cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 31, 2008 at 10:11 PM, Danny Braniss <danny@cs.huji.ac.il> 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 "freebsd-hackers-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6eb82e0803310807j515287cck2b0f026938617ed1>