mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Merge pull request #68 from VILLASframework/fix-submodules
Update URLs of submodules
This commit is contained in:
commit
2ce8a1a32b
1 changed files with 9 additions and 9 deletions
18
fpga/.gitmodules
vendored
18
fpga/.gitmodules
vendored
|
@ -1,12 +1,12 @@
|
|||
[submodule "lib/gpu/gdrcopy"]
|
||||
path = gpu/thirdparty/gdrcopy
|
||||
url = https://github.com/daniel-k/gdrcopy.git
|
||||
[submodule "common"]
|
||||
path = common
|
||||
url = https://github.com/VILLASframework/common.git
|
||||
[submodule "thirdparty/libxil"]
|
||||
path = thirdparty/libxil
|
||||
url = https://github.com/VILLASframework/libxil.git
|
||||
[submodule "thirdparty/udmabuf"]
|
||||
path = thirdparty/udmabuf
|
||||
url = https://github.com/ikwzm/udmabuf
|
||||
[submodule "common"]
|
||||
path = common
|
||||
url = ../../common.git
|
||||
[submodule "thirdparty/libxil"]
|
||||
path = thirdparty/libxil
|
||||
url = https://git.rwth-aachen.de/acs/public/villas/fpga/libxil.git
|
||||
[submodule "lib/gpu/gdrcopy"]
|
||||
path = gpu/thirdparty/gdrcopy
|
||||
url = https://github.com/daniel-k/gdrcopy.git
|
||||
|
|
Loading…
Add table
Reference in a new issue