Topic: Build a kernel

hi i have made few changes in driver code.
Now i need to build the complete kernel and flash the image.
How can i build the complete kerenel.
whether i need to  make individual dir where i have made changes or
if i run the the main MAkefile it will take care of sub dirs also?

Waiting for ur reply

Regards,
MMK.

Re: Build a kernel

Instructions for building the kernel can be found here.

However, I would recommend you build your driver as a loadable kernel module rather than flash an entire kernel. You don't want to end up with a brick if something's gone wrong.