commit | 0bff6858af8405b307cdf5fdca46a008f0f52090 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Jul 27 09:23:42 2023 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Mon Jul 31 12:02:30 2023 -0700 |
tree | f1762e8174afadda45905c5740adce311e14d00d | |
parent | 67a96247869c85fdb5acf5958ae85778dc1155e7 [diff] |
Port to meson Per what we're doing elsewhere, port this repo to meson. Change-Id: I97e19cbda9145414664ce4cb34183be2d8243659 Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/service_files/meson.build b/service_files/meson.build new file mode 100644 index 0000000..29463a7 --- /dev/null +++ b/service_files/meson.build
@@ -0,0 +1,4 @@ +install_data( + 'com.intel.peci.service', + install_dir: systemd_system_unit_dir, +)