#
# Makefile for the fingerprint drivers.
#

# Each configuration option enables a list of files.

obj-$(CONFIG_INPUT_FINGERPRINT_FPC_BTP)		+= fpc_btp.o
obj-$(CONFIG_INPUT_FINGERPRINT_FPC1020)		+= fpc1020_tee.o

