From 85fd2f13f9daf96b18aa4bd72d36d838172eaca9 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 28 Jun 2018 19:22:15 +0200 Subject: Disable community hals by default Disable community hals by default. Also move some hals from reference configurations directory to community configurations directory. Add prefixes to all hal for mixer attach. Change-Id: Ib1f74c313dbc4596457f9535d3e593a7019b55fa Signed-off-by: Jonathan Aillet --- 4a-hal-cfg-community/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4a-hal-cfg-community/CMakeLists.txt') diff --git a/4a-hal-cfg-community/CMakeLists.txt b/4a-hal-cfg-community/CMakeLists.txt index 46b866e..7679315 100644 --- a/4a-hal-cfg-community/CMakeLists.txt +++ b/4a-hal-cfg-community/CMakeLists.txt @@ -21,7 +21,7 @@ ################################################## PROJECT_TARGET_ADD(4a-hal-cfg-community) - file(GLOB CONF_FILES "*.json") + file(GLOB CONF_FILES "*.json*") add_input_files("${CONF_FILES}") -- cgit 1.2.3-korg