blob: 2a33d0eaead49a17030e148a5e7380fb3cc6fc3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
configure_zephyr = meson.current_source_dir() / 'configure_zephyr.py'
build_zephyr = meson.current_source_dir() / 'build_zephyr.py'
make_factory_image = meson.current_source_dir() / 'make_factory_image.py'
configure_file(
configuration : {
'PROJECT_VERSION_STRING': project_version_string,
},
input : 'deploy.py.in',
output : 'deploy.py',
)
|