Skip to content

Commit 5082e95

Browse files
committed
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
1 parent d6784c3 commit 5082e95

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

drivers/device_key/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# This is a specific driver for the mbed-storage CMake target.
5-
# TODO CMake: Perhaps move this/these file(s)
64
target_include_directories(mbed-device_key
75
INTERFACE
8-
./include
9-
./include/device_key
6+
include
7+
include/device_key
108
)
119

1210
target_sources(mbed-device_key

0 commit comments

Comments
 (0)