From: Martin Mares Date: Fri, 19 Oct 2007 09:17:50 +0000 (+0200) Subject: Removed all traces of the syscall access method, which no longer exists. X-Git-Tag: v3.0.0~8^2~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=36cff2d2a1a188c4249345f5c3d85cc08d9c0f09;p=pciutils.git Removed all traces of the syscall access method, which no longer exists. --- diff --git a/lib/Makefile b/lib/Makefile index 2b6dac6..f8a8f9b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # Makefile for The PCI Library -# (c) 1999 Martin Mares +# (c) 1999--2007 Martin Mares 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