summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-11-18 10:46:22 +0100
committerMartin Mares <mj@ucw.cz>2022-11-18 10:46:22 +0100
commitf9447371463eb6bb4c001be132a0d7c495df00d0 (patch)
treedc1b612a6d84e732ed157b3239206a4f0d58fc33 /lib/Makefile
parentc7d9aa0bcee872630ae4f543a5b4e61aa2139974 (diff)
parent0a7350fb9442dbfb8b0328ec9f7080947a28c2a1 (diff)
downloadpciutils-f9447371463eb6bb4c001be132a0d7c495df00d0.tar.gz
Merge remote-tracking branch 'pali/intel-conf1-memio'
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 05db1ec..76ef0d4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -18,6 +18,10 @@ ifdef PCI_HAVE_PM_INTEL_CONF
OBJS += i386-ports
endif
+ifdef PCI_HAVE_PM_MMIO_CONF
+OBJS += mmio-ports
+endif
+
ifdef PCI_HAVE_PM_DUMP
OBJS += dump
endif
@@ -111,6 +115,7 @@ 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
+mmio-ports.o: mmio-ports.c $(INCL)
proc.o: proc.c $(INCL) pread.h
sysfs.o: sysfs.c $(INCL) pread.h
generic.o: generic.c $(INCL)