freebsd-nq/sys/modules/wi/Makefile
Warner Losh dbab04ca39 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.
2002-04-02 02:38:35 +00:00

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>