From ff93e72c080d4b8cc31a2644b5c863eb887447c0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 14 Dec 2000 00:06:10 +0000 Subject: [PATCH] Fix this based on Mike's moved pci code. We needed to delete the pci_m from this module anyway, so I just did that. --- sys/modules/pcic/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 7c7ac2600708..4202d044fcc6 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard \ - ${.CURDIR}/../../pci +.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard KMOD= pcic SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \ - pcic_p.c pci_if.h power_if.h card_if.h power_if.c card_if.c -# pcic_p above is a kludge. + power_if.h card_if.h power_if.c card_if.c NOMAN= .include