Results 1 to 2 of 2
Hello,
All of us know that a package called linux-headers-($(uname -r)) is installed in /usr/src/ directory.
Now I have linux source and my requirement is to make a package just ...
- 03-25-2009 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 11
Generating Linux Headers from linux source
Hello,
All of us know that a package called linux-headers-($(uname -r)) is installed in /usr/src/ directory.
Now I have linux source and my requirement is to make a package just like linux-headers as mentioned above..
I tried headers_install and prepare options but never got desired results..
Plz can anybody help...
- 06-07-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 29
In the kernel source directory run:
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /whatever-directory


Reply With Quote