Makefile 234 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for SSP sensor drivers and commons.
  4. #
  5. sensorhub-objs := ssp_dev.o ssp_spi.o
  6. obj-$(CONFIG_IIO_SSP_SENSORHUB) += sensorhub.o
  7. obj-$(CONFIG_IIO_SSP_SENSORS_COMMONS) += ssp_iio.o