amex/amex.c: Add amex_hook_init() helper

This commit is contained in:
Tau
2019-05-04 12:04:38 -04:00
parent 9603a528c6
commit c5758ac374
3 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,8 @@ amex_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'amex.c',
'amex.h',
'ds.c',
'ds.h',
'eeprom.c',