aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2024-02-20 18:44:43 +0100
committerMartin Mares <mj@ucw.cz>2024-02-24 20:47:05 +0100
commitba9eff21525b78dfce4ab6c40a3e997e7a6603ac (patch)
treec97546d0f4cae0670e85f55aa25419f748ebf8a5
parent4eec2eccf3bf3ce21a0adbfe4c0e1d0e176a0abc (diff)
downloadpciutils-ba9eff21525b78dfce4ab6c40a3e997e7a6603ac.tar.gz
libpci: Add missing dependences for i386-ports.o target
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index de976ed..33698db 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -140,7 +140,7 @@ $(PCILIBPC): libpci.pc.in
init.o: init.c $(INCL)
access.o: access.c $(INCL)
params.o: params.c $(INCL)
-i386-ports.o: i386-ports.c $(INCL) i386-io-hurd.h i386-io-linux.h i386-io-sunos.h i386-io-windows.h i386-io-cygwin.h
+i386-ports.o: i386-ports.c $(INCL) i386-io-access.h i386-io-beos.h i386-io-cygwin.h i386-io-djgpp.h i386-io-haiku.h i386-io-hurd.h i386-io-linux.h i386-io-openbsd.h i386-io-sunos.h i386-io-windows.h
mmio-ports.o: mmio-ports.c $(INCL) physmem.h physmem-access.h
ecam.o: ecam.c $(INCL) physmem.h physmem-access.h
proc.o: proc.c $(INCL)