Skip to content

Commit

Permalink
Merge pull request #245965 from amjoseph-nixpkgs/pr/linux/kernel/repick2
Browse files Browse the repository at this point in the history
linux.configfile: remove unused kernelTarget attr
  • Loading branch information
Artturin authored Sep 30, 2023
2 parents 45e88c4 + 47a130b commit 425ddf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/os-specific/linux/kernel/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ let
platformName = stdenv.hostPlatform.linux-kernel.name;
# e.g. "defconfig"
kernelBaseConfig = if defconfig != null then defconfig else stdenv.hostPlatform.linux-kernel.baseConfig;
# e.g. "bzImage"
kernelTarget = stdenv.hostPlatform.linux-kernel.target;

makeFlags = lib.optionals (stdenv.hostPlatform.linux-kernel ? makeFlags) stdenv.hostPlatform.linux-kernel.makeFlags
++ extraMakeFlags;
Expand Down

0 comments on commit 425ddf1

Please sign in to comment.