svn commit: r324470 - head/sys/modules/iwmfw

Ngie Cooper ngie at FreeBSD.org
Tue Oct 10 04:50:06 UTC 2017


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 at r324434
  
  Submitted by:	Pete Wright <pete at 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>


More information about the svn-src-all mailing list