Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-u-boot-env-mgr
/
516faacd7f8d224f15cc041cc486290b43cf4911
/
.
/
src
/
meson.build
blob: b1541f86f19d788d197d599feef1c6840bb9b899 [
file
] [
log
] [
blame
]
if
get_option
(
'phosphor-u-boot-env-mgrd'
).
allowed
()
executable
(
'phosphor-u-boot-env-mgr'
,
'u-boot-env-mgr.cpp'
,
'mainapp.cpp'
,
include_directories
:
incdir
,
dependencies
:
default_deps
,
install
:
true
,
)
endif