diff options
Diffstat (limited to 'acpi/Makefile')
-rw-r--r-- | acpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acpi/Makefile b/acpi/Makefile index ceccb351..6e91e980 100644 --- a/acpi/Makefile +++ b/acpi/Makefile @@ -27,7 +27,7 @@ SRCS = main.c netfs_impl.c acpi.c \ MIGSRCS = OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS))) -HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash machdev trivfs irqhelp LDLIBS = -lpthread $(libacpica_LIBS) target = acpi acpi.static |