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:
parent
ac48d66203
commit
f2bc826a20
3 changed files with 1 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue