Skip to content

r2r-dev/bazel-kernel-build-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile kernel with

bazel build @linux//:kernel or bazel build @linux//:kernel --platforms=aarch64-linux

Compile out-of-tree kernel module with

bazel build //oot:hello or bazel build //oot:hello --platforms=aarch64-linux

Compile out-of-tree kernel module for x86_64 and aarch64:

bazel build //:split_hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published