forked from mirrors/nixpkgs
fwts-efi-runtime: prepend kernel.makeFlags to makeFlags
This commit is contained in:
parent
490bf9cae5
commit
77e2c0324c
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
makeFlags = [
|
||||
makeFlags = kernel.makeFlags ++ [
|
||||
"INSTALL_MOD_PATH=${placeholder "out"}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue