From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mads Bergdal Subject: Re: Loadable Kernel Module Date: Wed, 11 Oct 2006 11:49:53 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Mads Bergdal wrote: > Hi! > This is probably a dumb question. I guess the answer to this is in Xen's > Makefile-system somewhere, I just can't figure out where. > > I'm trying to build a loadable kernel module to be inserted into dom0. I > have managed to get it compiled correctly and working by doing 'make > kbuild'. But this takes quite some time to build and requires a restart > each time... How can I compile just my module and load it as a loadable > kernel module? > > Rgds > Mads Sorry it was a dumb question... Figured it out. I was trying to do it the 2.4 way. :( Mads