dbab04ca39
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.
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/wi
|
|
|
|
KMOD= if_wi
|
|
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 <bsd.kmod.mk>
|