Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 05:56:39 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288437 - head/sys/modules/otus
Message-ID:  <201510010556.t915udJs012222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu (ports committer)
Date: Thu Oct  1 05:56:38 2015
New Revision: 288437
URL: https://svnweb.freebsd.org/changeset/base/288437

Log:
  Fix `make depend` in sys/modules/otus
  
  Reviewed by:	delphij
  Approved by:	delphij
  Differential Revision:	https://reviews.freebsd.org/D3751

Modified:
  head/sys/modules/otus/Makefile

Modified: head/sys/modules/otus/Makefile
==============================================================================
--- head/sys/modules/otus/Makefile	Thu Oct  1 01:50:20 2015	(r288436)
+++ head/sys/modules/otus/Makefile	Thu Oct  1 05:56:38 2015	(r288437)
@@ -5,6 +5,6 @@
 KMOD    = if_otus
 SRCS    = if_otus.c if_otusreg.h	\
 	  bus_if.h device_if.h		\
-	  opt_bus.h opt_usb.h usb_if.h usbdevs.h
+	  opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
 
 .include <bsd.kmod.mk>



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