summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-06 20:19:08 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-06 20:19:08 +0300
commitdebe2e06f3a4b809e16913b11e1ce7460dffdf39 (patch)
tree9f303283f9133d48af2aca0ab081330e7841cc61 /Makefile
parent13322f58bae5aafc0dbdd47b25836ed44a0d3464 (diff)
Integrating a VRAM monitoring comonent
Changes to be committed: modified: Makefile modified: README new file: components/vram.c modified: config.h modified: slstatus.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a18274..a0c2a06 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ COM =\
components/netspeeds\
components/num_files\
components/ram\
+ components/vram\
components/run_command\
components/swap\
components/temperature\