diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-04-30 15:14:32 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-04-30 15:40:59 +0200 |
commit | 720569bd56cb048ba7abae62be3c2e6839fd5916 (patch) | |
tree | e0386dafca1b7a89efc50e68e71a6d5f41f6a616 /Makefile | |
parent | 92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec (diff) |
battery: OS split
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ include config.mk REQ = util COM =\ - components/battery\ + components/$(OS)/battery \ components/cpu\ components/datetime\ components/disk\ |