From e0a322e8dd061add56b11e8e19a7ae83c1d3a4bf Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 31 Oct 2017 14:51:09 +0100 Subject: Fix path Signed-off-by: Ronan Le Martret --- HDA-intel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ) -- cgit 1.2.3-korg