From 03f55691deb5c589e0525f7ff514b16cb97edabe Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 18 Aug 2017 14:30:12 +0000 Subject: [PATCH] Fix cut and paste typo that prevented T5 firmware to be compiled in. Reviewed by: np --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index b2f57d2fcd43..3af7a0073655 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 \