diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-20 01:06:43 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-22 07:37:24 +0200 |
commit | 1782534bb1db597d28bfa9dbcb74b3052c733915 (patch) | |
tree | c783284bfb06de14fb82f4d01c77061037be6a6b /src | |
parent | meson: drop wrong and redundant assignment (diff) | |
download | systemd-1782534bb1db597d28bfa9dbcb74b3052c733915.tar.xz systemd-1782534bb1db597d28bfa9dbcb74b3052c733915.zip |
meson: shorten code a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel-install/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel-install/meson.build b/src/kernel-install/meson.build index 6d568966d6..29a3d2c5f6 100644 --- a/src/kernel-install/meson.build +++ b/src/kernel-install/meson.build @@ -1,5 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later +want_kernel_install = conf.get('ENABLE_KERNEL_INSTALL') == 1 + ukify_install = custom_target( '60-ukify.install', input : '60-ukify.install.in', |