Mailinglist Archive: opensuse (3863 mails)
| < Previous | Next > |
Re: [SLE] Compiling individual modules
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Tue, 10 Feb 2004 21:15:13 +0100
- Message-id: <1076444113.22237.8.camel@xxxxxxxxxxxxxxxxx>
On Tue, 2004-02-10 at 15:11 -0500, Kenneth Schneider wrote:
> Can anyone give me any pointers in how to compile individual modules. I
> am not a programmer, let alone a kernel programmer and am running into a
> road block. I know just enough about "C" to be dangerous.
>
> I was provided the source for a raid controller from LSI Logic and need
> to compile for a 9.0 smp install.
>
> Any help appreciated.
Usually it's enough to run "make" (or possibly make -f
<whatever_they_named_the_makefile>) after first installing and preparing
the kernel source (cd /usr/src/linux, make mrproper, make cloneconfig,
make dep)
> Can anyone give me any pointers in how to compile individual modules. I
> am not a programmer, let alone a kernel programmer and am running into a
> road block. I know just enough about "C" to be dangerous.
>
> I was provided the source for a raid controller from LSI Logic and need
> to compile for a 9.0 smp install.
>
> Any help appreciated.
Usually it's enough to run "make" (or possibly make -f
<whatever_they_named_the_makefile>) after first installing and preparing
the kernel source (cd /usr/src/linux, make mrproper, make cloneconfig,
make dep)
| < Previous | Next > |