Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 22:18:01 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243801 - head/sys/modules/iwn
Message-ID:  <201212022218.qB2MI2SA073860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Sun Dec  2 22:18:01 2012
New Revision: 243801
URL: http://svnweb.freebsd.org/changeset/base/243801

Log:
  Fix make depend.

Modified:
  head/sys/modules/iwn/Makefile

Modified: head/sys/modules/iwn/Makefile
==============================================================================
--- head/sys/modules/iwn/Makefile	Sun Dec  2 22:09:16 2012	(r243800)
+++ head/sys/modules/iwn/Makefile	Sun Dec  2 22:18:01 2012	(r243801)
@@ -3,6 +3,6 @@
 .PATH:  ${.CURDIR}/../../dev/iwn
 
 KMOD    = if_iwn
-SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h
+SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h opt_wlan.h
 
 .include <bsd.kmod.mk>



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