|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Building Modules Against Xen Sources
On 29/4/07 09:54, "Jayson Vantuyl" <jvantuyl@xxxxxxxxxxxxxx> wrote:
I'm currently trying to build modules against the kernels created with Xen 3.0.5rc4.
This used to not be such a problem, as Xen created a kernel directory and the built in it. Plain Jane, nothing fancy.
I've noticed that somewhere since I did this (which was as recent as 3.0.4-1) the kernel build now does things a bit different. Apparently there is some sort of build-.... directory where things happen now.
This is a problem. I build a number of things against these kernels, not the least of which include Coraid's AoE drivers and Redhat's CMAN and DLM stuff.
You should be able to point your external build at the latter and have it just work:
make –C /path/to/build-linux-... M=$PWD modules
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|