[Midnightbsd-cvs] src [8849] trunk/sys/conf/files: update kernel build to include fireware for cxgbe

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 26 00:30:36 EDT 2016


Revision: 8849
          http://svnweb.midnightbsd.org/src/?rev=8849
Author:   laffer1
Date:     2016-09-26 00:30:36 -0400 (Mon, 26 Sep 2016)
Log Message:
-----------
update kernel build to include fireware for cxgbe

Modified Paths:
--------------
    trunk/sys/conf/files

Modified: trunk/sys/conf/files
===================================================================
--- trunk/sys/conf/files	2016-09-26 04:27:36 UTC (rev 8848)
+++ trunk/sys/conf/files	2016-09-26 04:30:36 UTC (rev 8849)
@@ -1001,10 +1001,34 @@
 	no-implicit-rule						\
 	clean		"t4fw.fwo"
 t4fw.fw			optional cxgbe					\
-	dependency	"$S/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu"	\
+	dependency	"$S/dev/cxgbe/firmware/t4fw-1.8.11.0.bin.uu"	\
 	compile-with	"${NORMAL_FW}"					\
 	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.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"t5fw_cfg.c"
+t5fw_cfg.fwo		optional cxgbe					\
+	dependency	"t5fw_cfg.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"t5fw_cfg.fwo"
+t5fw_cfg.fw		optional cxgbe					\
+	dependency	"$S/dev/cxgbe/firmware/t5fw_cfg.txt"		\
+	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
+	no-obj no-implicit-rule						\
+	clean		"t5fw_cfg.fw"
+t5fw.fwo		optional cxgbe					\
+	dependency	"t5fw.fw"					\
+	compile-with	"${NORMAL_FWO}"					\
+	no-implicit-rule						\
+	clean		"t5fw.fwo"
+t5fw.fw			optional cxgbe					\
+	dependency	"$S/dev/cxgbe/firmware/t5fw-1.8.22.0.bin.uu"	\
+	compile-with	"${NORMAL_FW}"					\
+	no-obj no-implicit-rule						\
+	clean		"t5fw.fw"
 dev/cy/cy.c			optional cy
 dev/cy/cy_isa.c			optional cy isa
 dev/cy/cy_pci.c			optional cy pci



More information about the Midnightbsd-cvs mailing list