diff options
Diffstat (limited to 'rumpdisk/Makefile')
-rw-r--r-- | rumpdisk/Makefile | 2 |
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 |