diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 11:39:19 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 11:39:19 +0200 |
commit | cb224849bc10b8cc0c60fe54b5bf2287296e33c0 (patch) | |
tree | b9c62aca82b682410d049b8fabeab9181ab7b38e /acpi | |
parent | f20fab8d97b0bdac1bd5101c14336e89e055d7b7 (diff) | |
download | hurd-cb224849bc10b8cc0c60fe54b5bf2287296e33c0.tar.gz hurd-cb224849bc10b8cc0c60fe54b5bf2287296e33c0.tar.bz2 hurd-cb224849bc10b8cc0c60fe54b5bf2287296e33c0.zip |
acpi: Fix static link
* acpi/Makefile (HURDLIBS): Add iohelp ihash.
Diffstat (limited to 'acpi')
-rw-r--r-- | acpi/Makefile | 2 |
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 |