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