1# Makefile - FXAS21002 3-axis gyroscope
2#
3# Copyright (c) 2017, NXP
4#
5# SPDX-License-Identifier: Apache-2.0
6#
7zephyr_library()
8
9zephyr_library_sources(fxas21002.c)
10zephyr_library_sources_ifdef(CONFIG_FXAS21002_TRIGGER fxas21002_trigger.c)
11