diff options
Diffstat (limited to 'drivers/fingerprint/Makefile')
-rw-r--r-- | drivers/fingerprint/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/fingerprint/Makefile b/drivers/fingerprint/Makefile new file mode 100644 index 000000000000..c977074d006d --- /dev/null +++ b/drivers/fingerprint/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the fingerprint drivers. +# + +obj-$(CONFIG_FPC1020_REE) += fpc1020_ree.o + |