diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-28 23:07:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-28 23:07:42 +0100 |
commit | 1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d (patch) | |
tree | 9002ba67744fbbdd260ac06df4ed4181b8cf39bf /pci-arbiter | |
parent | 98b33905c89b7e5c309c74ae32302a5745901a6e (diff) | |
download | hurd-1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d.tar.gz hurd-1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d.tar.bz2 hurd-1e0dbfc45d3d02d52dee2cbc0b72c5673f52b05d.zip |
pci-arbiter: fix cross-build
* pci-arbiter/Makefile (HURDLIBS): Add iohelp and ihash.
Diffstat (limited to 'pci-arbiter')
-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 |