Linux 3.3 puts some of its headers in include/generated
svn path=/nixpkgs/trunk/; revision=33282
This commit is contained in:
@@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||
#(! builtins.lessThan (builtins.compareVersions kernel.version "2.6.37") 0)
|
||||
#[ ./mutex-sema.patch ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${kernel}/lib/modules/${kernel.modDirVersion}/build/include/generated";
|
||||
|
||||
makeFlags = "KDIR=${kernel}/lib/modules/${kernel.modDirVersion}/build";
|
||||
|
||||
unpackPhase =
|
||||
|
||||
Reference in New Issue
Block a user