mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
freebsd for fun
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -57,3 +57,6 @@
|
|||||||
[submodule "submodules/stream-benchmark"]
|
[submodule "submodules/stream-benchmark"]
|
||||||
path = submodules/stream-benchmark
|
path = submodules/stream-benchmark
|
||||||
url = https://github.com/cirosantilli/stream-benchmark
|
url = https://github.com/cirosantilli/stream-benchmark
|
||||||
|
[submodule "submodules/freebsd"]
|
||||||
|
path = submodules/freebsd
|
||||||
|
url = https://github.com/cirosantilli/freebsd
|
||||||
|
|||||||
3
build
3
build
@@ -67,6 +67,9 @@ submodule_extra_remotes = {
|
|||||||
'crosstool-ng': {
|
'crosstool-ng': {
|
||||||
'up': 'https://github.com/crosstool-ng/crosstool-ng',
|
'up': 'https://github.com/crosstool-ng/crosstool-ng',
|
||||||
},
|
},
|
||||||
|
'freebsd': {
|
||||||
|
'up': 'https://github.com/freebsd/freebsd',
|
||||||
|
},
|
||||||
'gcc': {
|
'gcc': {
|
||||||
'up': 'git://gcc.gnu.org/git/gcc.git',
|
'up': 'git://gcc.gnu.org/git/gcc.git',
|
||||||
},
|
},
|
||||||
|
|||||||
1
submodules/freebsd
Submodule
1
submodules/freebsd
Submodule
Submodule submodules/freebsd added at b91f25ea98
Reference in New Issue
Block a user