Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 04:50:05 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324470 - head/sys/modules/iwmfw
Message-ID:  <201710100450.v9A4o56r074617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Oct 10 04:50:05 2017
New Revision: 324470
URL: https://svnweb.freebsd.org/changeset/base/324470

Log:
  Add missing SUBDIR needed for iwmfw to load after ^/head@r324434
  
  Submitted by:	Pete Wright <pete@nomadlogic.org>
  MFC after:	1 month
  MFC with:	r324434

Modified:
  head/sys/modules/iwmfw/Makefile

Modified: head/sys/modules/iwmfw/Makefile
==============================================================================
--- head/sys/modules/iwmfw/Makefile	Tue Oct 10 04:47:01 2017	(r324469)
+++ head/sys/modules/iwmfw/Makefile	Tue Oct 10 04:50:05 2017	(r324470)
@@ -4,6 +4,7 @@ SUBDIR=	iwm3160fw \
 	iwm7260fw \
 	iwm7265fw \
 	iwm7265Dfw \
-	iwm8000Cfw
+	iwm8000Cfw \
+	iwm8265fw
 
 .include <bsd.subdir.mk>



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