2006-10-26 11:08:32

by robert george

[permalink] [raw]
Subject: compiling bcm4xx module

hi,
i am having 2.6.16-13 kernel .This kernel lack support for broadcom
wireless card.But the latest kernel is having support for this card.

I download the the kernel ,but i would like to compile this particular

driver only , not the entire kernel.
Is it possible???

I tried to execute the following command
make -C /usr/src/linux-2.6.16-13 SUBDIRS=$PWD modules

but got following error message ..

' No reason to target modules'

How can i compile the driver separately???


2006-10-26 12:25:39

by Erik Mouw

[permalink] [raw]
Subject: Re: compiling bcm4xx module

On Thu, Oct 26, 2006 at 04:38:29PM +0530, robert george wrote:
> i am having 2.6.16-13 kernel .This kernel lack support for broadcom
> wireless card.But the latest kernel is having support for this card.
>
> I download the the kernel ,but i would like to compile this particular
>
> driver only , not the entire kernel.
> Is it possible???

I don't think so. Bcm43xx needs the ieee80211 subsystem, which also
changed a lot between 2.6.16 and 2.6.18.

> I tried to execute the following command
> make -C /usr/src/linux-2.6.16-13 SUBDIRS=$PWD modules
>
> but got following error message ..
>
> ' No reason to target modules'
>
> How can i compile the driver separately???

Not against that particular kernel.


Erik

--
+-- Erik Mouw -- http://www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands

2006-10-28 16:18:29

by Michael Büsch

[permalink] [raw]
Subject: Re: compiling bcm4xx module

On Thursday 26 October 2006 13:08, robert george wrote:
> How can i compile the driver separately???

You can't.

--
Greetings Michael.