From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mads Bergdal Subject: Loadable Kernel Module Date: Wed, 11 Oct 2006 10:30:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: 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 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