summaryrefslogtreecommitdiff
path: root/acpi
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 11:39:19 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 11:39:19 +0200
commitcb224849bc10b8cc0c60fe54b5bf2287296e33c0 (patch)
treeb9c62aca82b682410d049b8fabeab9181ab7b38e /acpi
parentf20fab8d97b0bdac1bd5101c14336e89e055d7b7 (diff)
acpi: Fix static link
* acpi/Makefile (HURDLIBS): Add iohelp ihash.
Diffstat (limited to 'acpi')
-rw-r--r--acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/acpi/Makefile b/acpi/Makefile
index b3b7407b..f84f4b35 100644
--- a/acpi/Makefile
+++ b/acpi/Makefile
@@ -25,7 +25,7 @@ SRCS = main.c netfs_impl.c acpi.c \
MIGSRCS =
OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS)))
-HURDLIBS= fshelp ports shouldbeinlibc netfs
+HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash
LDLIBS = -lpthread
target = acpi