From 6503ac6382f452943f43a23d7f762a41446b9fde Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 2 Apr 2002 02:38:35 +0000 Subject: First cut at breaking out the bus attachment from the bus independent part of the driver. Also, move the softc and some other stuff to if_wivar.h from if_wireg.h to make future merging activities easier. --- sys/modules/wi/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 3501a37..b378d3e 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -3,11 +3,7 @@ .PATH: ${.CURDIR}/../../dev/wi KMOD= if_wi -SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h - -CLEANFILES += pci.h - -pci.h: - echo "#define NPCI 1" > $@ +SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \ + card_if.h device_if.h bus_if.h pci_if.h .include -- cgit v1.1