From 57364827bc81e74d96fedbbd7fc78cf2d3ad382d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 3 Feb 2025 08:12:49 +0100 Subject: rumpdisk: Also link libirqhelp in Next rumpkernel upload will use it. --- rumpdisk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rumpdisk/Makefile b/rumpdisk/Makefile index cbe93845..a0f6d1ac 100644 --- a/rumpdisk/Makefile +++ b/rumpdisk/Makefile @@ -36,7 +36,7 @@ makemode := servers SRCS = main.c block-rump.c LCLHDRS = block-rump.h ioccom-rump.h targets = rumpdisk rumpusbdisk -HURDLIBS = machdev ports trivfs shouldbeinlibc iohelp ihash fshelp +HURDLIBS = machdev ports trivfs shouldbeinlibc iohelp ihash fshelp irqhelp LDLIBS += -lpthread -lpciaccess -ldl $(RUMPEXTRA:%=-l%_pic) \ -Wl,--whole-archive $(RUMPLIBS:%=-l%_pic) -Wl,--no-whole-archive -- cgit v1.2.3