diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
commit | debe2e06f3a4b809e16913b11e1ce7460dffdf39 (patch) | |
tree | 9f303283f9133d48af2aca0ab081330e7841cc61 /Makefile | |
parent | 13322f58bae5aafc0dbdd47b25836ed44a0d3464 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ COM =\ components/netspeeds\ components/num_files\ components/ram\ + components/vram\ components/run_command\ components/swap\ components/temperature\ |