From 7f5a4ef3053eaac5c3f936b6294087d3d2b72c38 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 26 Sep 2017 18:31:05 +0200 Subject: Update app-template to make Efence usage optionnal Change-Id: I2e991195e08e876497d75d73a55af6899c0aabe4 Signed-off-by: Romain Forlot --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/app-templates b/conf.d/app-templates index 3465ddb..cd06605 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 3465ddbdec8d77e2a59315e50f954ea2d35aa1cb +Subproject commit cd0660512276d935b7e5e6f5ebae538f64e16f3f 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. -- cgit 1.2.3-korg