board/config.c: Add struct aime_config

This commit is contained in:
Tau
2019-06-03 22:27:45 -04:00
parent 7b665b1288
commit 924c1d8fdb
3 changed files with 27 additions and 0 deletions

View File

@ -7,6 +7,8 @@ board_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'config.c',
'config.h',
'guid.c',
'guid.h',
'io3.c',