platform: Wire up configuration

This commit is contained in:
Tau
2019-05-17 23:10:09 -04:00
parent e935c22206
commit 5722061cbf
13 changed files with 287 additions and 27 deletions

View File

@ -13,9 +13,11 @@ platform_lib = static_library(
'config.h',
'hwmon.c',
'hwmon.h',
'pcbid.c',
'pcbid.h',
'nusec.c',
'nusec.h',
'pcbid.c',
'pcbid.h',
'platform.c',
'platform.h',
],
)