platform/pcbid.c: Add ALLS hostname hook

This commit is contained in:
Tau
2019-03-16 12:17:16 -04:00
parent 24b82b64e6
commit 657367c040
3 changed files with 67 additions and 0 deletions

View File

@ -12,6 +12,8 @@ platform_lib = static_library(
sources : [
'hwmon.c',
'hwmon.h',
'pcbid.c',
'pcbid.h',
'nusec.c',
'nusec.h',
],