X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec..3cc649e34c61f557da885260d5542c805e66b0d8:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 871f09d..bbb18a9 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ include config.mk REQ = util COM =\ - components/battery\ - components/cpu\ + components/$(OS)/battery \ + components/$(OS)/cpu \ components/datetime\ components/disk\ - components/entropy\ + components/$(OS)/entropy \ components/hostname\ components/ip\ components/kernel_release\