aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 43829ef..64d742f 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,6 +124,7 @@ 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)
+ecam.o: ecam.c $(INCL)
proc.o: proc.c $(INCL) pread.h
sysfs.o: sysfs.c $(INCL) pread.h
generic.o: generic.c $(INCL)