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
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "pic" ];
makeFlags = [
makeFlags = kernel.makeFlags ++ [
"INSTALL_MOD_PATH=${placeholder "out"}"
];