diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:17:40 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:17:40 +0100 |
commit | 2b37cb8c26eba94c1d7d91487010349fde208ce1 (patch) | |
tree | 980d55967b77d82f101ae92b9c6f155cb1186088 | |
parent | 6561612a64a52d93260444066a266adb06ac71ad (diff) |
Add hal-utilities-4a as a submodule
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Jabra-Solemate/CMakeLists.txt | 2 | ||||
l--------- | hal-utilities | 1 | ||||
m--------- | hal-utilities-4a | 0 |
4 files changed, 4 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index cb8ad34..0d9d20c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "afb-utilities"] path = afb-utilities url = https://github.com/iotbzh/afb-utilities.git +[submodule "hal-utilities-4a"] + path = hal-utilities-4a + url = https://github.com/fulup-bzh/hal-utilities-4a.git diff --git a/Jabra-Solemate/CMakeLists.txt b/Jabra-Solemate/CMakeLists.txt index ad30212..47a3053 100644 --- a/Jabra-Solemate/CMakeLists.txt +++ b/Jabra-Solemate/CMakeLists.txt @@ -33,6 +33,6 @@ PROJECT_TARGET_ADD(hal-jabra-usb) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - hal-utilities + hal-utilities-4a ${link_libraries} ) diff --git a/hal-utilities b/hal-utilities deleted file mode 120000 index 8f9ddfa..0000000 --- a/hal-utilities +++ /dev/null @@ -1 +0,0 @@ -../hal-utilities-4a
\ No newline at end of file diff --git a/hal-utilities-4a b/hal-utilities-4a new file mode 160000 +Subproject 6498bf70a861d18b177a622091f82ab4fadf216 |