summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 15:14:32 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 15:40:59 +0200
commit720569bd56cb048ba7abae62be3c2e6839fd5916 (patch)
treee0386dafca1b7a89efc50e68e71a6d5f41f6a616 /Makefile
parent92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec (diff)
battery: OS split
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 871f09d..85eeaba 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ include config.mk
REQ = util
COM =\
- components/battery\
+ components/$(OS)/battery \
components/cpu\
components/datetime\
components/disk\