Newer
Older
mbed-os / connectivity / drivers / emac / TARGET_ARM_FM / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

if("LAN91C111" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_LAN91C111)
endif()