From mboxrd@z Thu Jan 1 00:00:00 1970 From: martink@posteo.de (Martin Kepplinger) Date: Thu, 04 Jul 2013 08:33:00 +0200 Subject: Rebuild a changed kernel quickly with make? Message-ID: <51D5171C.2030204@posteo.de> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi. When I change something in the kernel and just hit make from toplevel dir, it always compiles everything again, no matter if it wasn't changed at all in the meantime. I thought make should be able to make a second build time really quick. What am I doing wrong? Is there a make target I don't know of? I don't type in any, just make. thanks, martin