diff options
-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 |