From 36cff2d2a1a188c4249345f5c3d85cc08d9c0f09 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 19 Oct 2007 11:17:50 +0200 Subject: [PATCH] Removed all traces of the syscall access method, which no longer exists. --- lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.2