|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Building Modules Against Xen Sources
Ooops, accidentally hit send too early. Let me try this again:
I changed the line in buildconfigs/mk.linux-2.6-xen that read:
LINUX_SRCDIR = linux-$(LINUX_VER)-xen
To:
LINUX_SRCDIR = linux-$(LINUX_VER)-$(EXTRAVERSION)
Rest of e-mail still applies. On Apr 29, 2007, at 3:54 AM, Jayson Vantuyl 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.
I was able to get kernel source directories by adjusting buildconfigs/mk.linux-2.6-xen. I changed the line that read:
LINUXSRC_DIR=....
to:
LINU
This still requires me to build my kernels a second time to get a good build directory. Is there a better way to do this? Can we make this easier? -- Jayson Vantuyl Systems Architect _______________________________________________ Xen-devel mailing list
-- Jayson Vantuyl Systems Architect
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|