Compile kernel using LLVM and enable rust support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user