X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=43829ef8b4e2a8b920d7f958ea1f39da626d4029;hb=5abf19113f5fa88817d6f6e3f190c40205c46b8d;hp=05db1ecd3a2f359411345b2ec4467d7f0640c74b;hpb=2e2fe038d8857b38b46217d67f8cce498bb8537d;p=pciutils.git diff --git a/lib/Makefile b/lib/Makefile index 05db1ec..43829ef 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 @@ -59,6 +63,10 @@ OBJS += emulated OBJS += win32-cfgmgr32 endif +ifdef PCI_HAVE_PM_WIN32_KLDBG +OBJS += win32-kldbg +endif + ifdef PCI_HAVE_PM_WIN32_SYSDBG OBJS += win32-sysdbg endif @@ -111,6 +119,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) @@ -130,6 +139,7 @@ filter.o: filter.c $(INCL) nbsd-libpci.o: nbsd-libpci.c $(INCL) hurd.o: hurd.c $(INCL) win32-cfgmgr32.o: win32-cfgmgr32.c $(INCL) +win32-kldbg.o: win32-kldbg.c $(INCL) win32-sysdbg.o: win32-sysdbg.c $(INCL) # MinGW32 toolchain has some required Win32 header files in /ddk subdirectory.