All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Reg: serial Driver Compilation
@ 2010-10-19  3:14 Peter Warner
  2010-10-19  8:19 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Warner @ 2010-10-19  3:14 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

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.

Thanks in Advance.


regards,
Peter

[-- Attachment #2: Type: text/html, Size: 362 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Xenomai-help] Reg: serial Driver Compilation
  2010-10-19  3:14 [Xenomai-help] Reg: serial Driver Compilation Peter Warner
@ 2010-10-19  8:19 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2010-10-19  8:19 UTC (permalink / raw)
  To: Peter Warner; +Cc: xenomai

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-19  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  3:14 [Xenomai-help] Reg: serial Driver Compilation Peter Warner
2010-10-19  8:19 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.