Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 23:48:08 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293017 - head/sys/modules/rtwn
Message-ID:  <201512312348.tBVNm8bQ096419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512312348.tBVNm8bQ096419>