summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-28 23:07:42 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-28 23:07:42 +0100
commit1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d (patch)
tree9002ba67744fbbdd260ac06df4ed4181b8cf39bf
parent98b33905c89b7e5c309c74ae32302a5745901a6e (diff)
pci-arbiter: fix cross-build
* pci-arbiter/Makefile (HURDLIBS): Add iohelp and ihash.
-rw-r--r--pci-arbiter/Makefile2
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