svn commit: r330626 - stable/11/sys/conf
Navdeep Parhar
np at FreeBSD.org
Thu Mar 8 01:03:27 UTC 2018
Author: np
Date: Thu Mar 8 01:03:26 2018
New Revision: 330626
URL: https://svnweb.freebsd.org/changeset/base/330626
Log:
MFC r322659 (by glebius):
Fix cut and paste typo that prevented T5 firmware to be compiled in.
Modified:
stable/11/sys/conf/files
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/conf/files
==============================================================================
--- stable/11/sys/conf/files Wed Mar 7 22:05:23 2018 (r330625)
+++ stable/11/sys/conf/files Thu Mar 8 01:03:26 2018 (r330626)
@@ -1378,7 +1378,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 \
More information about the svn-src-stable
mailing list