All of lore.kernel.org
 help / color / mirror / Atom feed
* Why each time of kernel compilation must be done completely?
@ 2014-11-20  2:05 秦弋戈
  2014-11-20  2:43 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: 秦弋戈 @ 2014-11-20  2:05 UTC (permalink / raw)
  To: kernelnewbies

Hi,


This problem has puzzled me for a long time. A normal C make file could parse the reliance and just regenerate the modified source file. But each time when I modified the kernel and recompile it, it does a complete compilation, no matter whether make mrproper is used or not. It's quite time consuming and inefficient.


So why kernel make file couldn't do what a normal C make file could do? Or maybe it could but I got something wrong? 


If a complete compilation is inevitable, how to make it faster? I only know the -jX option.


Best regards
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20141120/a1a2b38d/attachment.html 

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

end of thread, other threads:[~2014-11-21  3:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20  2:05 Why each time of kernel compilation must be done completely? 秦弋戈
2014-11-20  2:43 ` Greg KH
2014-11-20  3:23   ` Valdis.Kletnieks at vt.edu
2014-11-21  3:11   ` 秦弋戈

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.