From ad63697b1227b985f99dd96f67aaafb238b3d148 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 22 Apr 2012 13:24:00 +0200 Subject: [PATCH] kernel/modules: Remove opt_pci.h (which doesn't exist) from some Makefiles. --- sys/dev/agp/Makefile | 1 - sys/dev/misc/ecc/Makefile | 1 - sys/dev/pccard/pccbb/Makefile | 3 --- 3 files changed, 5 deletions(-) diff --git a/sys/dev/agp/Makefile b/sys/dev/agp/Makefile index 4357022905..b008333e83 100644 --- a/sys/dev/agp/Makefile +++ b/sys/dev/agp/Makefile @@ -5,7 +5,6 @@ SRCS = agp.c SRCS += agp_i810.c agp_ali.c agp_amd.c agp_x86_64.c agp_ati.c agp_nvidia.c SRCS += agp_intel.c agp_sis.c agp_via.c SRCS += agp_if.c device_if.h bus_if.h agp_if.h pci_if.h -SRCS += opt_pci.h MFILES = kern/device_if.m kern/bus_if.m dev/agp/agp_if.m bus/pci/pci_if.m .include diff --git a/sys/dev/misc/ecc/Makefile b/sys/dev/misc/ecc/Makefile index 8688134b2f..041e381e43 100644 --- a/sys/dev/misc/ecc/Makefile +++ b/sys/dev/misc/ecc/Makefile @@ -1,7 +1,6 @@ KMOD = ecc SRCS = ecc_amd8000.c ecc_e31200.c ecc_x3400.c SRCS += device_if.h bus_if.h pci_if.h pcib_if.h -SRCS += opt_pci.h MFILES = kern/device_if.m kern/bus_if.m bus/pci/pci_if.m bus/pci/pcib_if.m .include diff --git a/sys/dev/pccard/pccbb/Makefile b/sys/dev/pccard/pccbb/Makefile index ce22d2e743..9df7e64bcd 100644 --- a/sys/dev/pccard/pccbb/Makefile +++ b/sys/dev/pccard/pccbb/Makefile @@ -1,8 +1,5 @@ -# $DragonFly: src/sys/dev/pccard/pccbb/Makefile,v 1.3 2007/08/14 14:58:44 sephe Exp $ - KMOD= cbb SRCS= pccbb.c pccbb_isa.c pccbb_pci.c SRCS+= device_if.h bus_if.h isa_if.h pci_if.h pcib_if.h power_if.h card_if.h -SRCS+= opt_pci.h .include -- 2.41.0