* Module compiling issue
@ 2005-03-23 17:38 AndyLiebman
0 siblings, 0 replies; 2+ messages in thread
From: AndyLiebman @ 2005-03-23 17:38 UTC (permalink / raw)
To: linux-kernel
I know this isn't the best place to ask this question -- it's kind of a
newbie question -- but I'm very frustrated.
Ever since I started using the 2.6.9 kernel and above, I have had frequent
troubles compiling drivers AFTER the new kernel is installed and booted up.
In other words, no issue compiling the kernel itself, as well as all the
modules. But then, if I try to compile a module later (i.e., 3ware 9xxx driver
or Chelsio 10 Gigabit NIC driver), when I type:
"make" or "make -f Makefile" I get back an error:
"No rule to make target 'for' " or "No rule to make target 'driver' ".
Have I missed configuring something in the kernel. I have gotten this to work
once with the 2.6.10 kernel, but I don't know what I did differently then.
I would appreciate your help here.
Andy Liebman
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: Module compiling issue
@ 2005-03-23 18:02 Scott Bardone
0 siblings, 0 replies; 2+ messages in thread
From: Scott Bardone @ 2005-03-23 18:02 UTC (permalink / raw)
To: AndyLiebman, linux-kernel
Andy,
These Makefiles are not written as a stand-alone make, they are for the kernel to build the objects. If you want the modules built, just run "make modules" from the top-level kernel after configuring the drivers to be built as modules.
Scott Bardone
Chelsio Communications
-----Original Message-----
From: linux-kernel-owner@vger.kernel.org on behalf of AndyLiebman@aol.com
Sent: Wed 3/23/2005 9:38 AM
To: linux-kernel@vger.kernel.org
Cc:
Subject: Module compiling issue
I know this isn't the best place to ask this question -- it's kind of a
newbie question -- but I'm very frustrated.
Ever since I started using the 2.6.9 kernel and above, I have had frequent
troubles compiling drivers AFTER the new kernel is installed and booted up.
In other words, no issue compiling the kernel itself, as well as all the
modules. But then, if I try to compile a module later (i.e., 3ware 9xxx driver
or Chelsio 10 Gigabit NIC driver), when I type:
"make" or "make -f Makefile" I get back an error:
"No rule to make target 'for' " or "No rule to make target 'driver' ".
Have I missed configuring something in the kernel. I have gotten this to work
once with the 2.6.10 kernel, but I don't know what I did differently then.
I would appreciate your help here.
Andy Liebman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-23 18:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-23 17:38 Module compiling issue AndyLiebman
-- strict thread matches above, loose matches on Subject: below --
2005-03-23 18:02 Scott Bardone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox