Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-u-boot-env-mgr
/
b2e3a75f6c94ef83fa5a3038c718e25aa48ccc96
/
.
/
src
/
meson.build
blob: 4cbda2aedf2d97b7f520716c938736fdae36f94a [
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