aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2024-10-21 03:21:46 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-10-22 01:54:02 +0200
commiteafdd4d871e4bd96db7e1524976dbecf5c292461 (patch)
treeb60d35c640e5c7b8f69ff21ce84ccc060dc409c3
parent76419b67f264add4659cc99c8abc98da11a293db (diff)
downloadhurd-eafdd4d871e4bd96db7e1524976dbecf5c292461.tar.gz
hurd-eafdd4d871e4bd96db7e1524976dbecf5c292461.tar.bz2
hurd-eafdd4d871e4bd96db7e1524976dbecf5c292461.zip
acpi: Link to libirqhelp
This change is required when the libacpica library is updated to link with hurd library irqhelp. Message-ID: <20241021032136.2915779-2-damien@zamaudio.com>
-rw-r--r--acpi/Makefile2
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