forked from Dniel97/segatools
bc297b2480
Going to add some ALLS stuff to libplatform and the ALLS hardware does not contain an AMEX board.
19 lines
369 B
Meson
19 lines
369 B
Meson
platform_lib = static_library(
|
|
'platform',
|
|
include_directories : inc,
|
|
implicit_include_directories : false,
|
|
c_pch : [
|
|
'../precompiled.c',
|
|
'../precompiled.h',
|
|
],
|
|
dependencies : [
|
|
capnhook.get_variable('hook_dep'),
|
|
],
|
|
sources : [
|
|
'hwmon.c',
|
|
'hwmon.h',
|
|
'nusec.c',
|
|
'nusec.h',
|
|
],
|
|
)
|