diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:36:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:45:46 +0200 |
commit | b6c09cbda2b6b47981d65265184a21223e526d4a (patch) | |
tree | 32ce8a4a201ba064031ad5692e46efb0dd3526c6 /.gitmodules | |
parent | acffa3cf5e27ba2255cf903890bb13b0254dca3e (diff) |
Remove submodules and use forked libs tree instead
Change-Id: Icd1ba605357df63f750966cc941190acaa80e35b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitmodules b/.gitmodules index 6984efe..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +0,0 @@ -[submodule "low-can-binding/libs/openxc-message-format"] - path = CAN-binder/libs/openxc-message-format - url = https://github.com/openxc/openxc-message-format -[submodule "low-can-binding/libs/nanopb"] - path = CAN-binder/libs/nanopb - url = https://github.com/nanopb/nanopb.git -[submodule "low-can-binding/libs/uds-c"] - path = CAN-binder/libs/uds-c - url = https://github.com/openxc/uds-c.git -[submodule "low-can-binding/libs/bitfield-c"] - path = CAN-binder/libs/bitfield-c - url = https://github.com/openxc/bitfield-c.git -[submodule "low-can-binding/libs/isotp-c"] - path = CAN-binder/libs/isotp-c - url = https://github.com/openxc/isotp-c -[submodule "CAN-binder/libs/inih"] - path = CAN-binder/libs/inih - url = git@github.com:claneys/inih.git |