summaryrefslogtreecommitdiffstats
path: root/sys/modules/wi/Makefile
blob: 20fc1a209e5600be9fabad9a7c4d48f6fba4d275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/wi

KMOD=	if_wi
SRCS=	opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c \
	card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h

.if !defined(KERNBUILDDIR)
opt_wi.h:
	echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET}
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud