From d0f380b24f1b0f7e921bb55ebf5fc70fccd54498 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 19 Jan 2015 18:33:51 +0100 Subject: Kernel include path The path to the kernel include files is given by /lib/modules/`uname -r`/build on Debian. Signed-off-by: Heinrich Schuchardt --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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: -- cgit v1.2.1