From 5082e957e2afa23fade785d1aa5f96e7151b3602 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Wed, 16 Dec 2020 11:47:51 +0000 Subject: [PATCH] CMake: Remove TODO note in device_key list input source file The Device Key API is a security API that relies on storage. It is not a storage API --- drivers/device_key/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/device_key/CMakeLists.txt b/drivers/device_key/CMakeLists.txt index f9397a3e2a..c265b0e543 100644 --- a/drivers/device_key/CMakeLists.txt +++ b/drivers/device_key/CMakeLists.txt @@ -1,12 +1,10 @@ # Copyright (c) 2020 ARM Limited. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -# This is a specific driver for the mbed-storage CMake target. -# TODO CMake: Perhaps move this/these file(s) target_include_directories(mbed-device_key INTERFACE - ./include - ./include/device_key + include + include/device_key ) target_sources(mbed-device_key