Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 01:03:27 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330626 - stable/11/sys/conf
Message-ID:  <201803080103.w2813RRe069158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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					\



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