From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4CBD5495.4000402@domain.hid> Date: Tue, 19 Oct 2010 10:19:33 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Reg: serial Driver Compilation List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Warner Cc: xenomai@xenomai.org Peter Warner wrote: > Hi Everyone, > > I found the xenomai real time serial driver but I found it was compiled > with the kernel itself so every time when I will modify the driver code > I need to recompile the whole kernel. > Is there any way so that I can skip this and will compile and generate > the serial driver only. You do not need to recompile the whole kernel. You can type "make" and only what has changed will be recompiled. Furthermore, if you selected the serial driver as a module, you can simply run "make modules" and "make modules_install". -- Gilles.