svn commit: r293017 - head/sys/modules/rtwn
Adrian Chadd
adrian at FreeBSD.org
Thu Dec 31 23:48:09 UTC 2015
Author: adrian
Date: Thu Dec 31 23:48:07 2015
New Revision: 293017
URL: https://svnweb.freebsd.org/changeset/base/293017
Log:
[rtwn] add rtwn module directory.
Pointed out by: dim
Added:
head/sys/modules/rtwn/
head/sys/modules/rtwn/Makefile (contents, props changed)
Added: head/sys/modules/rtwn/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/modules/rtwn/Makefile Thu Dec 31 23:48:07 2015 (r293017)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/rtwn
+
+KMOD = if_rtwn
+SRCS = if_rtwn.c device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
More information about the svn-src-head
mailing list