bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd] acpi: Link with irqhelp


From: Damien Zammit
Subject: [PATCH hurd] acpi: Link with irqhelp
Date: Tue, 26 Nov 2024 07:42:30 +0000

---
 acpi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acpi/Makefile b/acpi/Makefile
index ceccb351e..6e91e980f 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
-- 
2.45.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]