linuxKernel.kernels.*: Fix missing rust makefile

This commit is contained in:
Florian RICHER
2026-03-20 13:33:20 +01:00
parent 8782ca90fb
commit 4a2c5cf2ec
+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