blob: 73a2a7ef2659dd0d3f2c7483e7bd106bc2e26c6f [file] [log] [blame]
Raef Colesa1f504c2020-07-10 09:58:55 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8#Generate correct filename
9string(TOUPPER ${TFM_PLATFORM} TFM_PLATFORM_UPPERCASE)
10string(REGEX REPLACE "-" "_" TFM_PLATFORM_UPPERCASE_UNDERSCORE ${TFM_PLATFORM_UPPERCASE})
11
12install(DIRECTORY ${CMAKE_BINARY_DIR}/bin/
13 DESTINATION ${CMAKE_BINARY_DIR}/install/outputs/${TFM_PLATFORM_UPPERCASE_UNDERSCORE}
14 )