X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=a89ac14e42cb9a1354a6d445d7123b7df3e4070c;hb=e5d1d2dbb64cafd33f9b012b7959b61319dcd250;hp=43829ef8b4e2a8b920d7f958ea1f39da626d4029;hpb=aa5a16ef419d2fe30cb6a17be5194f87b9b7785c;p=pciutils.git diff --git a/lib/Makefile b/lib/Makefile index 43829ef..a89ac14 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -22,6 +22,10 @@ ifdef PCI_HAVE_PM_MMIO_CONF OBJS += mmio-ports endif +ifdef PCI_HAVE_PM_ECAM +OBJS += ecam +endif + ifdef PCI_HAVE_PM_DUMP OBJS += dump endif @@ -120,8 +124,9 @@ 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 mmio-ports.o: mmio-ports.c $(INCL) -proc.o: proc.c $(INCL) pread.h -sysfs.o: sysfs.c $(INCL) pread.h +ecam.o: ecam.c $(INCL) +proc.o: proc.c $(INCL) +sysfs.o: sysfs.c $(INCL) generic.o: generic.c $(INCL) emulated.o: emulated.c $(INCL) syscalls.o: syscalls.c $(INCL)