Skip to content

Commit f7f13b4

Browse files
authored
Merge pull request ARMmbed#14055 from hugueskamba/hk_cmake_devicekey_cleanup
CMake: Remove TODO note in device_key list input source file
2 parents 4ad6f5d + 5082e95 commit f7f13b4

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)