Skip to content

Commit

Permalink
build: add standalone Linux kbuild tool
Browse files Browse the repository at this point in the history
This patch adds the repo https://github.com/osvunikernel/kbuild-standalone.git
as a git module. It is actually a fork of the project https://github.com/WangNan0/kbuild-standalone
which provides a standalone Linux kernel build tool (kbuild) binaries.

Follow up patches will use the conf and mconf binaries to provide
new configuration functionality when building OSv kernel.

Signed-off-by: Waldemar Kozaczuk <[email protected]>
  • Loading branch information
wkozaczuk committed Nov 12, 2024
1 parent c16f17b commit 476d4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
[submodule "musl_1.1.24"]
path = musl_1.1.24
url = https://github.com/osvunikernel/musl
[submodule "kbuild"]
path = kbuild
url = https://github.com/osvunikernel/kbuild-standalone.git
1 change: 1 addition & 0 deletions kbuild
Submodule kbuild added at 44a94c

0 comments on commit 476d4f5

Please sign in to comment.