Unverified Commit 4a2c5cf2 authored by Florian RICHER's avatar Florian RICHER
Browse files

linuxKernel.kernels.*: Fix missing rust makefile

parent 8782ca90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -438,6 +438,9 @@ lib.makeOverridable (
      # Keep root and arch-specific Makefiles
      chmod u-w Makefile arch/*/Makefile*

      # Keep rust Makefile
      ${lib.optionalString withRust "chmod u-w rust/Makefile"}

      # Keep whole scripts dir
      chmod u-w -R scripts