For a project I had to patch Linux kernel version 3.10.25+. I did it and it runs. The point is that I want to install headers too.
When I install the headers running:
$ make headers_install
it creates a folder where Makefile
, Kbuild
and Kconfig
files are missing, and I can't figure out why.
I built the kernel downloading the source code from a github repo, and run make install
, make modules_prepare
, make modules
and make modules_install
.