aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe/t6_firmware/Makefile
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2019-12-10 07:45:10 +0000
committerNavdeep Parhar <np@FreeBSD.org>2019-12-10 07:45:10 +0000
commit6f012c14bc8cf10b9476c1d42db4f03c9a5ab59d (patch)
tree9ed65c743cd50e0b7683b7407b8c624b64e69030 /sys/modules/cxgbe/t6_firmware/Makefile
parent00b6911b7f95bffeff6fdc1843562375d14e9cd8 (diff)
downloadsrc-6f012c14bc8cf10b9476c1d42db4f03c9a5ab59d.tar.gz
src-6f012c14bc8cf10b9476c1d42db4f03c9a5ab59d.zip
cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.
These were obtained from the Chelsio Unified Wire v3.12.0.1 beta release. Note that the firmwares are not uuencoded any more. MFH: 1 month Sponsored by: Chelsio Communications
Notes
Notes: svn path=/head/; revision=355579
Diffstat (limited to 'sys/modules/cxgbe/t6_firmware/Makefile')
-rw-r--r--sys/modules/cxgbe/t6_firmware/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile
index 1ea7aac2243f..4891cbed2458 100644
--- a/sys/modules/cxgbe/t6_firmware/Makefile
+++ b/sys/modules/cxgbe/t6_firmware/Makefile
@@ -17,11 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T6FW_VER= 1.23.0.0
-FIRMWS+= t6fw.fw:t6fw:${T6FW_VER}
-CLEANFILES+= t6fw.fw
-
-t6fw.fw: t6fw-${T6FW_VER}.bin.uu
- uudecode -o ${.TARGET} ${.ALLSRC}
+T6FW_VER= 1.24.11.0
+FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER}
.include <bsd.kmod.mk>