diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-25 09:34:27 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-01 08:54:45 +0200 |
commit | e2bdf00a228126630d2b95702164aef58102cd51 (patch) | |
tree | 6bee243a83012888825bc913be7b5e4298aabfc0 /src/volatile-root | |
parent | meson: move declarations of delta, escape, notify, creds, and battery-check (diff) | |
download | systemd-e2bdf00a228126630d2b95702164aef58102cd51.tar.xz systemd-e2bdf00a228126630d2b95702164aef58102cd51.zip |
meson: move declarations of cgroups-agent, id128, volatile-root, and path
Diffstat (limited to 'src/volatile-root')
-rw-r--r-- | src/volatile-root/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/volatile-root/meson.build b/src/volatile-root/meson.build new file mode 100644 index 0000000000..83e36288ef --- /dev/null +++ b/src/volatile-root/meson.build @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +executables += [ + libexec_template + { + 'name' : 'systemd-volatile-root', + 'conditions' : ['ENABLE_INITRD'], + 'sources' : files('volatile-root.c'), + }, +] |