remove crfpmoc_storage from meson.build

This commit is contained in:
Abhinav Baid 2024-05-22 23:09:59 +01:00 committed by Xelef2000
parent 58f4d305c8
commit 6872fcde27

View file

@ -154,7 +154,7 @@ driver_sources = {
'focaltech_moc' :
[ 'drivers/focaltech_moc/focaltech_moc.c' ],
'crfpmoc' :
[ 'drivers/crfpmoc/crfpmoc.c', 'drivers/crfpmoc/crfpmoc_storage.c' ],
[ 'drivers/crfpmoc/crfpmoc.c' ],
}
helper_sources = {