summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 15:14:34 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 15:41:31 +0200
commitb18791e62d07341f204556232290ee545fc48fe0 (patch)
treec4a5a779c8a14896f8baa3d1c6fd203782c582d4 /Makefile
parent614524a5e8820bf9d6e45f081f4d39857bacd534 (diff)
entropy: OS split
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dee5a4b..bbb18a9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ COM =\
components/$(OS)/cpu \
components/datetime\
components/disk\
- components/entropy\
+ components/$(OS)/entropy \
components/hostname\
components/ip\
components/kernel_release\