aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal-cfg-reference
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-07-04 16:40:03 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 15:55:26 +0200
commit82aa56f9622b4c004949bc380666e77fbafbafdf (patch)
tree4321bc9d1ba080ba7a3158c6a04ad2a01ff55882 /4a-hal-cfg-reference
parent05a8fdd4af000d8ef1597b02478744bb27cfd6ba (diff)
Don't handle hal enabling
All hal that shouldn't be enable for the target will be disable using a recipe in yocto. 4a-hal-generic shouldn't take care of enabling/disabling hals. Change-Id: I38363fb7933ed73d7a4e855949ae9dd521db2862 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-cfg-reference')
-rw-r--r--4a-hal-cfg-reference/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal-cfg-reference/CMakeLists.txt b/4a-hal-cfg-reference/CMakeLists.txt
index df54ef5..e8267f9 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}")