Revert "linux.configfile: remove unused kernelTarget attr"

This reverts commit 01b3642589.
This commit is contained in:
Adam Joseph
2023-07-28 12:32:02 -07:00
parent c801a96a0d
commit eecef61ba5
@@ -130,6 +130,8 @@ let
# e.g. "defconfig"
kernelBaseConfig = if defconfig != null then defconfig else stdenv.hostPlatform.linux-kernel.baseConfig or "defconfig";
# e.g. "bzImage"
kernelTarget = stdenv.hostPlatform.linux-kernel.target or "vmlinux";
makeFlags = lib.optionals (stdenv.hostPlatform.linux-kernel ? makeFlags) stdenv.hostPlatform.linux-kernel.makeFlags
++ extraMakeFlags;