board: Factor out Chunithm slider

This commit is contained in:
Tau
2019-01-17 14:07:59 -05:00
parent 6416ef6e95
commit 8036ff71ec
6 changed files with 10 additions and 9 deletions

View File

@ -22,5 +22,8 @@ board_lib = static_library(
'sg-nfc-cmd.h',
'sg-frame.c',
'sg-frame.h',
'slider-cmd.h',
'slider-frame.c',
'slider-frame.h',
],
)