The path to the kernel include files is given by /lib/modules/`uname -r`/build on Debian.
Signed-off-by: Heinrich Schuchardt <[email protected]> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 06d1b6f..ef97140 100644 --- a/README +++ b/README @@ -92,7 +92,7 @@ by running: make kernel When building those modules the kernel source found at -/lib/modules/`uname -a`/build +/lib/modules/`uname -r`/build will be used to compile the open-iscsi modules. To specify a different kernel to build against use: -- 2.1.4 -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
