Files
Sebastiano Barezzi a65923f494 drivers: input: fingerprint: goodix_fod{_psy}: Merge the drivers
Change-Id: Idbbf5fa2eb508e87c11dfd8ca786152a8bd63f2e
2023-03-01 19:39:28 +01:00

11 lines
279 B
Makefile

#
# Makefile for the fingerprint drivers.
#
# Each configuration option enables a list of files.
obj-$(CONFIG_FINGERPRINT_FPC) += fpc/
obj-$(CONFIG_FINGERPRINT_FPC_FOD) += fpc_fod/
obj-$(CONFIG_FINGERPRINT_GOODIX) += goodix/
obj-$(CONFIG_FINGERPRINT_GOODIX_FOD) += goodix_fod/