Makefile 448 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. st_asm330lhhx-y := st_asm330lhhx_core.o st_asm330lhhx_buffer.o \
  3. st_asm330lhhx_events.o \
  4. st_asm330lhhx_shub.o \
  5. st_asm330lhhx_mlc.o
  6. st_asm330lhhx-$(CONFIG_IIO_ST_ASM330LHHX_ASYNC_HW_TIMESTAMP) += st_asm330lhhx_hwtimestamp.o
  7. obj-$(CONFIG_IIO_ST_ASM330LHHX) += st_asm330lhhx.o
  8. obj-$(CONFIG_IIO_ST_ASM330LHHX_I2C) += st_asm330lhhx_i2c.o
  9. obj-$(CONFIG_IIO_ST_ASM330LHHX_SPI) += st_asm330lhhx_spi.o