rtl8723bs: *Flags are lists
This commit is contained in:
parent
9052e1c5b7
commit
12df4ccf7c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ nukeReferences ];
|
||||
|
||||
makeFlags = concatStringsSep " " [
|
||||
makeFlags = [
|
||||
"ARCH=${stdenv.hostPlatform.platform.kernelArch}" # Normally not needed, but the Makefile sets ARCH in a broken way.
|
||||
"KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" # Makefile uses $(uname -r); breaks us.
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue