linuxKernel.kernels.*: Fix missing rust makefile (#501611)

This commit is contained in:
K900
2026-03-20 13:09:02 +00:00
committed by GitHub
+3
View File
@@ -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