1999-11-25 20:45:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-09 04:29:29 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/wi
|
2001-01-06 14:00:42 +00:00
|
|
|
|
|
|
|
KMOD= if_wi
|
2003-01-15 20:13:30 +00:00
|
|
|
SRCS= opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c \
|
2004-05-26 00:53:10 +00:00
|
|
|
card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h
|
1999-11-25 20:45:49 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2002-08-03 00:21:29 +00:00
|
|
|
opt_wi.h:
|
|
|
|
echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2002-08-03 00:21:29 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|