zephyr/drivers/sensor/fxas21002/Makefile

10 lines
205 B
Makefile

# Makefile - FXAS21002 3-axis gyroscope
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
obj-$(CONFIG_FXAS21002) += fxas21002.o
obj-$(CONFIG_FXAS21002_TRIGGER) += fxas21002_trigger.o