util/clock.c: Add hook to prevent date/time changes

This commit is contained in:
Tau
2018-11-08 15:57:01 -05:00
parent acfa53fc5c
commit 851ea65609
3 changed files with 44 additions and 0 deletions

View File

@ -7,6 +7,8 @@ util_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'clock.c',
'clock.h',
'crc.c',
'crc.h',
'dprintf.c',