summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parenta8e3e5ad224c66888d1fb77432d0a85afedf8185 (diff)
Add AMD GPU collector (#15515)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c22e174840..e0e85d2881 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -423,6 +423,7 @@ PROC_PLUGIN_FILES = \
collectors/proc.plugin/sys_fs_btrfs.c \
collectors/proc.plugin/sys_class_power_supply.c \
collectors/proc.plugin/sys_class_infiniband.c \
+ collectors/proc.plugin/sys_class_drm.c \
$(NULL)
PROFILE_PLUGIN_FILES = \