zephyr/boards/arm/colibri_imx7d_m4/CMakeLists.txt

10 lines
180 B
CMake
Raw Normal View History

2018-04-07 14:14:31 +08:00
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_library()
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
2018-04-07 14:14:31 +08:00
zephyr_library_sources(pinmux.c)