summaryrefslogtreecommitdiffstats
path: root/sys/modules/wpi/Makefile
diff options
context:
space:
mode:
authorbenjsc <benjsc@FreeBSD.org>2007-11-05 11:47:19 +0000
committerbenjsc <benjsc@FreeBSD.org>2007-11-05 11:47:19 +0000
commitb43c03d6682636f92920eef2e92d1de212dd4c3b (patch)
tree53275d0c918180a6eccc5570f2a2b9937c8392d7 /sys/modules/wpi/Makefile
parent9ae733819b7cdf0eef51ba1b18d39feb136a9dbf (diff)
downloadFreeBSD-src-b43c03d6682636f92920eef2e92d1de212dd4c3b.zip
FreeBSD-src-b43c03d6682636f92920eef2e92d1de212dd4c3b.tar.gz
Initial Import of wpi driver based on p4 changeset 128641.
This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors)
Diffstat (limited to 'sys/modules/wpi/Makefile')
-rw-r--r--sys/modules/wpi/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/wpi/Makefile b/sys/modules/wpi/Makefile
new file mode 100644
index 0000000..b7ddd09
--- /dev/null
+++ b/sys/modules/wpi/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/wpi
+
+KMOD = if_wpi
+SRCS = if_wpi.c opt_bdg.h device_if.h bus_if.h pci_if.h
+CFLAGS += -I${.CURDIR}/../../
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud