Author: ngie
Date: Mon Oct 30 06:48:38 2017
New Revision: 325124
URL: https://svnweb.freebsd.org/changeset/base/325124

Log:
  Fix a bad copy-paste (8000C -> 8265) done in r325122
  
  This fixes the clean rule for "device iwm8265fw".
  
  MFC after:    1 month
  MFC with:     r325122

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Mon Oct 30 06:43:40 2017        (r325123)
+++ head/sys/conf/files Mon Oct 30 06:48:38 2017        (r325124)
@@ -2023,7 +2023,7 @@ iwm8265Cfw.fwo                    optional iwm8265fw | 
iwmfw              \
        dependency      "iwm8265.fw"                                    \
        compile-with    "${NORMAL_FWO}"                                 \
        no-implicit-rule                                                \
-       clean           "iwm8000Cfw.fwo"
+       clean           "iwm8265Cfw.fwo"
 dev/iwn/if_iwn.c               optional iwn
 iwn1000fw.c                    optional iwn1000fw | iwnfw              \
        compile-with    "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw 
-miwn1000fw -c${.TARGET}" \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to