20
For 2.6 Kernels:
# make prepare
# make
3.4.3 Kbuild
When compiling against 2.6 kernels, the 'kbuild' style Makefiles allow for an O=
option to specified. This option tells kbuild where to put the configured kernel files. If the
kernel is configured with O=, then all external modules must be built with the same
parameter. If your kernel source was built using the O= variable, you must specify make
install O=<path to kernel files> when building the package.
Kommentare zu diesen Handbüchern