File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hal/tests/TESTS/mbed_hal/qspi Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 ARM Limited. All rights reserved.
1+ # Copyright (c) 2020-2021 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
44cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR)
@@ -10,15 +10,15 @@ include(${MBED_PATH}/tools/cmake/mbed_greentea.cmake)
1010
1111project (${TEST_TARGET} )
1212
13- if ("EP_AGORA" IN_LIST MBED_TARGET_LABELS )
13+ if (TARGET mbed-ep-agora )
1414 set (FLASH_TARGET_CONFIG_HEADER NORDIC/EP_AGORA)
15- elseif ("NRF52840_DK" IN_LIST MBED_TARGET_LABELS )
15+ elseif (TARGET mbed-nrf52840-dk )
1616 set (FLASH_TARGET_CONFIG_HEADER NORDIC/NRF52840_DK)
17- elseif ("K82F" IN_LIST MBED_TARGET_LABELS )
17+ elseif (TARGET mbed-k82f )
1818 set (FLASH_TARGET_CONFIG_HEADER NXP/K82F)
19- elseif ("LPC546XX" IN_LIST MBED_TARGET_LABELS )
19+ elseif (TARGET mbed-lpc546xx )
2020 set (FLASH_TARGET_CONFIG_HEADER NXP/LPC546XX)
21- elseif ("EFM32GG11_STK3701" IN_LIST MBED_TARGET_LABELS )
21+ elseif (TARGET mbed-efm32gg11-stk3701 )
2222 set (FLASH_TARGET_CONFIG_HEADER SiliconLabs/EFM32GG11_STK3701)
2323endif ()
2424
You can’t perform that action at this time.
0 commit comments