blob: e9d5b43e34f3a1e3ae26c4728f80e3b5f27d49cf [file] [log] [blame]
# Copyright (c) 2019 Interay Solutions B.V.
# Copyright (c) 2019 Oane Kingma
# Copyright (c) 2020 Thorvald Natvig
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_ETH_GECKO)
zephyr_library()
zephyr_library_sources(board.c)
zephyr_library_include_directories(${ZEPHYR_BASE}}/drivers)
endif()