Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
ram: OS split
[slstatus.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
871f09d
..
99d10c5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,18
+7,18
@@
include config.mk
REQ = util
COM =\
REQ = util
COM =\
- components/
battery
\
- components/
cpu
\
+ components/
$(OS)/battery
\
+ components/
$(OS)/cpu
\
components/datetime\
components/disk\
components/datetime\
components/disk\
- components/
entropy
\
+ components/
$(OS)/entropy
\
components/hostname\
components/ip\
components/kernel_release\
components/keyboard_indicators\
components/load_avg\
components/num_files\
components/hostname\
components/ip\
components/kernel_release\
components/keyboard_indicators\
components/load_avg\
components/num_files\
- components/
ram
\
+ components/
$(OS)/ram
\
components/run_command\
components/swap\
components/temperature\
components/run_command\
components/swap\
components/temperature\