1 Star 0 Fork 14

src-openeuler-fork/ndctl

forked from src-openEuler/ndctl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-exclude-cxl_monitor_service.patch 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuyifeng 提交于 2024-04-08 17:48 +08:00 . fix delete monitor.service
diff --git a/cxl/meson.build b/cxl/meson.build
index 61b4d87..9792158 100644
--- a/cxl/meson.build
+++ b/cxl/meson.build
@@ -12,8 +12,10 @@ cxl_src = [
]
if get_option('systemd').enabled()
+if get_option('libtracefs').enabled()
install_data('cxl-monitor.service', install_dir : systemdunitdir)
endif
+endif
deps = [
cxl_dep,
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler-fork/ndctl.git
git@gitee.com:src-openeuler-fork/ndctl.git
src-openeuler-fork
ndctl
ndctl
master

搜索帮助