Hi
If i have to do some changes to the kernel and rebuild it, how do I do that with the sdk? The usual pattern is
- cd to teh kernel source tree
- make menuconfig
- set cross compiler, arch
- make
5 make initrd
In the case of SDK, how do i go about it?
thanks in advance