mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
- Update the T4 firmware to the latest. - Minor reorganization and updates to the version macros, etc. Obtained from: Chelsio MFC after: 1 day
14 lines
205 B
Makefile
14 lines
205 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR = if_cxgbe
|
|
SUBDIR+= t4_firmware
|
|
SUBDIR+= t5_firmware
|
|
SUBDIR+= ${_tom}
|
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
_tom= tom
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|