]> mj.ucw.cz Git - pciutils.git/commitdiff
Added a missing rule for obsd-device.o.
authorMartin Mares <mj@ucw.cz>
Sun, 30 Jul 2006 12:02:26 +0000 (14:02 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 30 Jul 2006 12:02:26 +0000 (14:02 +0200)
ChangeLog
lib/Makefile

index eb03cc7cd7caf28cb97f4a21b1dc59102a4ca161..8663c628935082917f4312b3341f0346d3709d04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-30  Martin Mares  <mj@ucw.cz>
 
+       * lib/Makefile: Added a missing rule for obsd-device.o.
+
        * lspci.c, lib/header.h: Added support for MSI per-vector masking.
        Contributed by Petr Vandrovec.
 
index ce7cf77f602f92087ae88a2ff5496f29ad6e1680..ae11863f27a017b5e167059bc620deb274b2e3bd 100644 (file)
@@ -62,6 +62,7 @@ proc.o: proc.c $(INCL) pread.h
 sysfs.o: sysfs.c $(INCL) pread.h
 generic.o: generic.c $(INCL)
 syscalls.o: syscalls.c $(INCL)
+obsd-device.o: obsd-device.c $(INCL)
 fbsd-device.o: fbsd-device.c $(INCL)
 aix-device.o: aix-device.c $(INCL)
 dump.o: dump.c $(INCL)