lineage_kernel_xcoverpro/drivers/sensorhub/factory/Magnetic/Makefile

10 lines
361 B
Makefile
Raw Normal View History

2023-06-18 22:53:49 +00:00
#
# Makefile for the sensor drivers.
#
# Each configuration option enables a list of files.
obj-$(CONFIG_SENSORS_SSP_MAGNETIC_AK09918C) += magnetic_ak09918c.o
obj-$(CONFIG_SENSORS_SSP_MAGNETIC_AK09916C) += magnetic_ak09916c.o
obj-$(CONFIG_SENSORS_SSP_MAGNETIC_LSM303AH) += magnetic_lsm303ah.o
obj-$(CONFIG_SENSORS_SSP_MAGNETIC_MMC5603) += magnetic_mmc5603.o