summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-05 15:50:23 +0100
committercgzones <cgzones@googlemail.com>2021-01-19 18:06:48 +0100
commit4d85848988d8d4e7b2dc64e6600b099171e5b803 (patch)
treeb2970454f078fe57536cf2ebc8bb6ba32bd092a1 /Makefile.am
parent71f51a20c1f7aa94f8e8c0012448c05c465cfc01 (diff)
Linux: handle hugepages
Subtract hugepages from normal memory. Add a HugePageMeter. Closes: #447
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe70eef1..4317f74e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,6 +126,7 @@ myhtopheaders = \
# -----
linux_platform_headers = \
+ linux/HugePageMeter.h \
linux/IOPriority.h \
linux/IOPriorityPanel.h \
linux/LibSensors.h \
@@ -145,6 +146,7 @@ linux_platform_headers = \
if HTOP_LINUX
AM_LDFLAGS += -rdynamic
myhtopplatsources = \
+ linux/HugePageMeter.c \
linux/IOPriorityPanel.c \
linux/LibSensors.c \
linux/LinuxProcess.c \

© 2014-2024 Faster IT GmbH | imprint | privacy policy