diff options
Diffstat (limited to 'pci-arbiter/Makefile')
-rw-r--r-- | pci-arbiter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pci-arbiter/Makefile b/pci-arbiter/Makefile index 3fc3010b..357bb081 100644 --- a/pci-arbiter/Makefile +++ b/pci-arbiter/Makefile @@ -26,7 +26,7 @@ SRCS = main.c pci-ops.c pci_access.c x86_pci.c netfs_impl.c \ MIGSRCS = pciServer.c startup_notifyServer.c OBJS = $(patsubst %.S,%.o,$(patsubst %.c,%.o, $(SRCS) $(MIGSRCS))) -HURDLIBS= fshelp ports shouldbeinlibc netfs +HURDLIBS= fshelp ports shouldbeinlibc netfs iohelp ihash LDLIBS = -lpthread target = pci-arbiter |