Author: glebius
Date: Fri Aug 18 14:30:12 2017
New Revision: 322659
URL: https://svnweb.freebsd.org/changeset/base/322659

Log:
  Fix cut and paste typo that prevented T5 firmware to be compiled in.
  
  Reviewed by:  np

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri Aug 18 14:25:07 2017        (r322658)
+++ head/sys/conf/files Fri Aug 18 14:30:12 2017        (r322659)
@@ -1399,7 +1399,7 @@ t4fw.fw                   optional cxgbe                  
                \
        no-obj no-implicit-rule                                         \
        clean           "t4fw.fw"
 t5fw_cfg.c             optional cxgbe                                  \
-       compile-with    "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg 
t5fw_cfg_uwire.fw:t5fw_cfg_uwire t4fw.fw:t4fw -mt5fw_cfg -c${.TARGET}" \
+       compile-with    "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg 
t5fw_cfg_uwire.fw:t5fw_cfg_uwire t5fw.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
        no-implicit-rule before-depend local                            \
        clean           "t5fw_cfg.c"
 t5fw_cfg.fwo           optional cxgbe                                  \
_______________________________________________
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