aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-08-03 00:21:29 +0000
committerWarner Losh <imp@FreeBSD.org>2002-08-03 00:21:29 +0000
commita0cd6004a95365928cd20dd2ef903d82305a4c99 (patch)
treea00c158aa92003fe9410230d5518dbebdde12234 /sys/modules
parent073eef8ca2ce811cdda8c12cfccb65b503a67f5c (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/wi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile
index e031b34fd5afc..4dbae64a4a749 100644
--- a/sys/modules/wi/Makefile
+++ b/sys/modules/wi/Makefile
@@ -3,7 +3,10 @@
.PATH: ${.CURDIR}/../../dev/wi
KMOD= if_wi
-SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c wi_hostap.c \
+SRCS= opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c wi_hostap.c \
card_if.h device_if.h bus_if.h pci_if.h
+opt_wi.h:
+ echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET}
+
.include <bsd.kmod.mk>