From 1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Nov 2018 23:07:42 +0100 Subject: pci-arbiter: fix cross-build * pci-arbiter/Makefile (HURDLIBS): Add iohelp and ihash. --- pci-arbiter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pci-arbiter') 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 -- cgit v1.2.3