summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 15:14:35 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 15:41:43 +0200
commitffbcb310a8a5947e4238fe1f18c964c1ab9fcce2 (patch)
tree3466b3479766e23fd8f2a5f03aa889c44faa7bf8 /Makefile
parentb18791e62d07341f204556232290ee545fc48fe0 (diff)
ram: OS split
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbb18a9..99d10c5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ COM =\
components/keyboard_indicators\
components/load_avg\
components/num_files\
- components/ram\
+ components/$(OS)/ram \
components/run_command\
components/swap\
components/temperature\