diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-11 18:59:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-11 18:59:37 +0100 |
| commit | 85c9397e6e50910d20f49ef0ccafbdab9f3786df (patch) | |
| tree | e6fbc33ef50e1328f33445298cc96486dd70d1be /.gitmodules | |
| parent | 69dbae4657f2165f7723e589751eb7f22f7b92a5 (diff) | |
feat: configure.pl script to build NeKernel MinGW.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d71cee1..78e5e29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "src/boot"] path = src/boot url = git@github.com:nekernel-org/neboot.git +[submodule "toolchains/mingw-w64-nekernel"] + path = toolchains/mingw-w64-nekernel + url = git@github.com:nekernel-org/mingw-w64.git |
