Added driver for validity vfs7552

This commit is contained in:
Julius Piso
2020-10-11 18:45:39 +02:00
committed by Benjamin Berg
parent 4a700758a6
commit e0de8c67b6
6 changed files with 4064 additions and 2 deletions
+3
View File
@@ -140,6 +140,9 @@ foreach driver: drivers
if driver == 'vfs5011'
drivers_sources += [ 'drivers/vfs5011.c' ]
endif
if driver == 'vfs7552'
drivers_sources += [ 'drivers/vfs7552.c' ]
endif
if driver == 'upektc_img'
drivers_sources += [ 'drivers/upektc_img.c', 'drivers/upek_proto.c' ]
endif