diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:51:09 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:51:09 +0100 |
commit | e0a322e8dd061add56b11e8e19a7ae83c1d3a4bf (patch) | |
tree | d1e970f3ca2e4ed2e371e48b8581dfa10cb067a7 /HDA-intel/CMakeLists.txt | |
parent | e235e431f28b9d466f55ac07b699fd43aa8bd401 (diff) |
Fix path
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'HDA-intel/CMakeLists.txt')
-rw-r--r-- | HDA-intel/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HDA-intel/CMakeLists.txt b/HDA-intel/CMakeLists.txt index 956a0f6..6818235 100644 --- a/HDA-intel/CMakeLists.txt +++ b/HDA-intel/CMakeLists.txt @@ -33,7 +33,7 @@ PROJECT_TARGET_ADD(hal-intel-hda) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - hal-utilities + hal-utilities-4a ${link_libraries} ) |