You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/fingerprint/Makefile

13 lines
445 B

#
# Makefile for the sensors drivers.
#
# Each configuration option enables a list of files.
ccflags-y := $(KBUILD_FP_SENSOR_CFLAGS)
ccflags-y += -Wformat
obj-$(CONFIG_SENSORS_FINGERPRINT) += fingerprint_sysfs.o
obj-$(CONFIG_SENSORS_ET5XX) += et5xx-spi.o et5xx-spi_data_transfer.o
obj-$(CONFIG_SENSORS_ET7XX) += et7xx-spi.o et7xx-spi_data_transfer.o
obj-$(CONFIG_SENSORS_GW9558X) += gw9558x_common.o gw9558x_platform.o gw9558x_spidev.o