lib: Move aeslib.[ch] to the drivers directory

As it's used by drivers, and isn't a set of generic helpers.
This commit is contained in:
Bastien Nocera 2018-09-19 15:16:40 +02:00
parent ac48d66203
commit f2bc826a20
3 changed files with 1 additions and 1 deletions

View file

@ -141,7 +141,7 @@ foreach driver: drivers
endforeach
if aeslib
drivers_sources += [ 'aeslib.c', 'aeslib.h' ]
drivers_sources += [ 'drivers/aeslib.c', 'drivers/aeslib.h' ]
endif
if aesx660
drivers_sources += ['drivers/aesx660.c', 'drivers/aesx660.h' ]