lib: Split off async functions

And don't add the new fpi-async.h to the driver imports, it will only
be used by the upekts driver.
This commit is contained in:
Bastien Nocera
2018-09-27 17:14:34 +02:00
parent 2818d94010
commit 1035f733aa
7 changed files with 57 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
libfprint_sources = [
'fp_internal.h',
'drivers_api.h',
'async.c',
'fpi-async.c',
'fpi-async.h',
'core.c',
'fpi-data.c',
'fpi-data.h',