Compile kernel using LLVM and enable rust support

This commit is contained in:
2025-08-22 20:59:58 +03:00
parent ff8a13b4e8
commit 5bf89601c1
3 changed files with 39 additions and 29 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
make olddefconfig
make
make headers
make LLVM=1 olddefconfig
make LLVM=1
make LLVM=1 headers
}
# The package function is executed in the source directory