Recently compiled Linux Kernel was deceived by the file where the header was located, using the following command
Cd/usr/src/linux-headers-3.11.0-24-generic/make Menuconfigmake
Make Menuconfig is still normal.
Make is missing a lot of files, headers folder below a lot of src file
Later, after the guidance of colleagues, using the following steps, the success of
Attention:
After using Apt-get source linux-image-$ (uname-r), see what the SRC folder is (here is linux-lts-saucy-3.11.0)
Make Menuconfig in the UI, select the driver to be programmed into kernel, in this case the Android binder
The build command is: Time fakeroot make-kpkg--initrd--append-to-version=-binder kernel-image kernel-headers, generating. deb files, after installation, Restart the system with reboot
Ref
Http://linuxtweaking.blogspot.co.uk/ubuntu-1204-lts-kernel-compile-guide.html