platform/config.c: Add initial config system

This commit is contained in:
Tau
2019-05-17 20:20:38 -04:00
parent 4135e674ee
commit ace7e726bd
3 changed files with 215 additions and 0 deletions

View File

@ -9,6 +9,8 @@ platform_lib = static_library(
sources : [
'amvideo.c',
'amvideo.h',
'config.c',
'config.h',
'hwmon.c',
'hwmon.h',
'pcbid.c',