fwts-efi-runtime: prepend kernel.makeFlags to makeFlags

This commit is contained in:
Nick Cao
2022-02-10 09:58:55 +08:00
parent 490bf9cae5
commit 77e2c0324c
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "pic" ];
makeFlags = [
makeFlags = kernel.makeFlags ++ [
"INSTALL_MOD_PATH=${placeholder "out"}"
];