1*8a636db3SJagath Jog J# SPDX-License-Identifier: GPL-2.0 2*8a636db3SJagath Jog J# 3*8a636db3SJagath Jog J# Makefile for Bosch BMI323 IMU 4*8a636db3SJagath Jog J# 5*8a636db3SJagath Jog Jobj-$(CONFIG_BMI323) += bmi323_core.o 6*8a636db3SJagath Jog Jobj-$(CONFIG_BMI323_I2C) += bmi323_i2c.o 7*8a636db3SJagath Jog Jobj-$(CONFIG_BMI323_SPI) += bmi323_spi.o 8