aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-03 08:12:49 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-03 08:12:51 +0100
commit57364827bc81e74d96fedbbd7fc78cf2d3ad382d (patch)
tree5844b7abd03b1cc9e1105e62f2af460b5568fe61
parent408c0bc927bcab6507398f64b6b26bc9af7ba740 (diff)
downloadhurd-57364827bc81e74d96fedbbd7fc78cf2d3ad382d.tar.gz
hurd-57364827bc81e74d96fedbbd7fc78cf2d3ad382d.tar.bz2
hurd-57364827bc81e74d96fedbbd7fc78cf2d3ad382d.zip
rumpdisk: Also link libirqhelp in
Next rumpkernel upload will use it.
-rw-r--r--rumpdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
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