aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 14:51:09 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 14:51:09 +0100
commite0a322e8dd061add56b11e8e19a7ae83c1d3a4bf (patch)
treed1e970f3ca2e4ed2e371e48b8581dfa10cb067a7
parente235e431f28b9d466f55ac07b699fd43aa8bd401 (diff)
Fix path
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--HDA-intel/CMakeLists.txt2
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}
)