diff options
-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 |