[Ilugc] Kernal Compilation

  • From: linux@xxxxxxxxxxxxxxxx (Suresh Ramasubramanian)
  • Date: Thu May 19 20:23:21 2005

On Thu, May 19, 2005 at 06:41:25AM -0700, babu jayapaul wrote:

I had downloaded a driver for wireless card 802.11g.
They  had mentioned to copy the files (*.c , *.h &
Makefile) under kernal source tree (ie. to make a
directory /usr/src/linux.x.x/driver/net/wireless/xxx).

when Iam compiling the kernal. It compile all files in
../net/wireless/ except my directory 'xxx'.

Is there anything to add in Kernal Makefile ?.

your kernel .config sure ...

or you can compile it externally, copy it to that directory and then
modprobe, insmod etc from your initscripts / modules.conf

Other related posts: