summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 15:14:37 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 15:42:00 +0200
commit71eb1d321d1937b9fc96891fa47211a9e65a1e5e (patch)
tree32508a2fd10e733e41c22ec8ee39bea2e8dc59d4 /Makefile
parent72f5a0d69ad43e7329064f415b4f8df3c1c2ccec (diff)
temperature: OS split
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dcef0f..c06e81d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ COM =\
components/$(OS)/ram \
components/run_command\
components/$(OS)/swap \
- components/temperature\
+ components/$(OS)/temperature \
components/uptime\
components/user\
components/volume\