| Jason M. Bills | 0e89e19 | 2025-04-23 07:55:14 -0700 | [diff] [blame^] | 1 | if get_option('phosphor-u-boot-env-mgrd').allowed() |
| 2 | executable( | ||||
| 3 | 'phosphor-u-boot-env-mgr', | ||||
| 4 | 'u-boot-env-mgr.cpp', | ||||
| 5 | 'mainapp.cpp', | ||||
| 6 | include_directories: incdir, | ||||
| 7 | dependencies: default_deps, | ||||
| 8 | install: true, | ||||
| 9 | ) | ||||
| 10 | endif | ||||