summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-26 18:31:05 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commit7f5a4ef3053eaac5c3f936b6294087d3d2b72c38 (patch)
tree8c6c37ccd07af206f161c6753999562d2bd70bf7 /conf.d
parentbbb4351eab7476be9a93f0248860ac0d1574d8a6 (diff)
Update app-template to make Efence usage optionnal
Change-Id: I2e991195e08e876497d75d73a55af6899c0aabe4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake1
2 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 3465ddbdec8d77e2a59315e50f954ea2d35aa1c
+Subproject cd0660512276d935b7e5e6f5ebae538f64e16f3
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 36e0b58..08f4cb0 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -46,6 +46,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
set(CMAKE_BUILD_TYPE "DEBUG")
+set(USE_EFENCE 1)
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.