2020-07-29 18:56:18 +00:00
|
|
|
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
2020-07-20 17:12:23 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-11-25 14:55:17 +00:00
|
|
|
if("ARM_FM" IN_LIST MBED_TARGET_LABELS)
|
|
|
|
add_subdirectory(TARGET_ARM_FM)
|
2020-11-19 12:44:43 +00:00
|
|
|
elseif("Cypress" IN_LIST MBED_TARGET_LABELS)
|
|
|
|
add_subdirectory(TARGET_Cypress)
|
2020-11-25 14:55:17 +00:00
|
|
|
elseif("Freescale" IN_LIST MBED_TARGET_LABELS)
|
2020-10-13 12:52:06 +00:00
|
|
|
add_subdirectory(TARGET_Freescale)
|
2020-11-26 13:26:39 +00:00
|
|
|
elseif("Maxim" IN_LIST MBED_TARGET_LABELS)
|
|
|
|
add_subdirectory(TARGET_Maxim)
|
2020-10-13 12:52:06 +00:00
|
|
|
elseif("NORDIC" IN_LIST MBED_TARGET_LABELS)
|
2020-11-18 14:57:40 +00:00
|
|
|
add_subdirectory(TARGET_NORDIC)
|
2020-11-26 13:26:39 +00:00
|
|
|
elseif("NUVOTON" IN_LIST MBED_TARGET_LABELS)
|
|
|
|
add_subdirectory(TARGET_NUVOTON)
|
2020-10-13 12:52:06 +00:00
|
|
|
elseif("STM" IN_LIST MBED_TARGET_LABELS)
|
2020-11-18 14:57:40 +00:00
|
|
|
add_subdirectory(TARGET_STM)
|
2020-10-13 12:52:06 +00:00
|
|
|
endif()
|