Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
refs/heads/master
/
.
/
op-hostctl
/
meson.build
blob: de6577efea79b6e571caae188285f43163b86cf6 [
file
] [
log
] [
blame
]
Patrick Williams
bba48ea
2024-10-04 08:42:03 -0400
[
diff
] [
blame
]
1
executable
(
2
'control_host.exe'
,
3
'control_host_obj.c'
,
4
include_directories
:
libopenbmc_intf_includes
,
5
link_with
:
libopenbmc_intf
,
6
dependencies
:
[
gio_unix_dep
,
glib_dep
],
7
install
:
true
,
8
)