gcadapter-oc-kmod: prepend kernel.makeFlags to makeFlags
This commit is contained in:
parent
77e2c0324c
commit
697e54e3e2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
makeFlags = [
|
||||
makeFlags = kernel.makeFlags ++ [
|
||||
"KERNEL_SOURCE_DIR=${kernel.dev}/${kerneldir}/build"
|
||||
"INSTALL_MOD_PATH=$(out)"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue