Results 1 to 2 of 2
I need to build a kernel driver from next-20100415 source tree, but ended up
getting built-in.o and ***.o files in driver directory.
(1) How to convert the .o file to ...
- 04-21-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 1
A general build problem
I need to build a kernel driver from next-20100415 source tree, but ended up
getting built-in.o and ***.o files in driver directory.
(1) How to convert the .o file to .ko file and install on the system ?
(2) Is there any short cut to build the driver only without building the
whole source tree ?Last edited by henryz21651; 04-21-2010 at 04:23 AM. Reason: Incomplete
- 04-27-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
A look at the Makefile would help.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
