]> mj.ucw.cz Git - pciutils.git/commitdiff
Removed all traces of the syscall access method, which no longer exists.
authorMartin Mares <mj@ucw.cz>
Fri, 19 Oct 2007 09:17:50 +0000 (11:17 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 19 Oct 2007 09:17:50 +0000 (11:17 +0200)
lib/Makefile

index 2b6dac6420b819c1d15696feaf6a46657b534c15..f8a8f9b650de033c4c46bc8d676c55a707f3d06b 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for The PCI Library
-# (c) 1999 Martin Mares <mj@ucw.cz>
+# (c) 1999--2007 Martin Mares <mj@ucw.cz>
 
 include config.mk
 
@@ -25,10 +25,6 @@ ifdef PCI_HAVE_PM_DUMP
 OBJS += dump.o
 endif
 
-ifdef PCI_HAVE_PM_SYSCALLS
-OBJS += syscalls.o
-endif
-
 ifdef PCI_HAVE_PM_FBSD_DEVICE
 OBJS += fbsd-device.o
 CFLAGS += -I/usr/src/sys