diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-28 19:22:15 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:55:26 +0200 |
commit | 85fd2f13f9daf96b18aa4bd72d36d838172eaca9 (patch) | |
tree | 902fac9cba3d8b2713f42f7cfd48cc14defa4e7e /4a-hal-cfg-reference/CMakeLists.txt | |
parent | af048eb67d8ecc0e9c8f0a9bc4543e3d101ce230 (diff) |
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 <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-cfg-reference/CMakeLists.txt')
-rw-r--r-- | 4a-hal-cfg-reference/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal-cfg-reference/CMakeLists.txt b/4a-hal-cfg-reference/CMakeLists.txt index e8267f9..df54ef5 100644 --- a/4a-hal-cfg-reference/CMakeLists.txt +++ b/4a-hal-cfg-reference/CMakeLists.txt @@ -21,7 +21,7 @@ ################################################## PROJECT_TARGET_ADD(4a-hal-cfg-reference) - file(GLOB CONF_FILES "*.json") + file(GLOB CONF_FILES "*.json*") add_input_files("${CONF_FILES}") |