summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitris P <Dim-P@users.noreply.github.com>2023-08-07 18:46:21 +0100
committerGitHub <noreply@github.com>2023-08-07 20:46:21 +0300
commit1bcb3fb105ad1888516b2b0b9c38fe6cc22e08f6 (patch)
treea7de7dae7f41a94ef8b612672ce5d48c906c1a51 /CMakeLists.txt
parenta8e3e5ad224c66888d1fb77432d0a85afedf8185 (diff)
Add AMD GPU collector (#15515)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd1705f7bd..eb96b461c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -671,6 +671,7 @@ set(PROC_PLUGIN_FILES
collectors/proc.plugin/sys_fs_btrfs.c
collectors/proc.plugin/sys_class_power_supply.c
collectors/proc.plugin/sys_devices_pci_aer.c
+ collectors/proc.plugin/sys_class_drm.c
)
set(TC_PLUGIN_FILES