head	1.2;
access;
symbols
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2013.07.04.01.10.06;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.03.31.00.26.09;	author svnexp;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2013.03.31.00.26.09;	author svnexp;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2013.07.02.05.02.31;	author svnexp;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2013.07.05.19.01.46;	author svnexp;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2014.05.07.06.01.44;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252661
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#
# $FreeBSD: head/sys/modules/cxgbe/t4_firmware/Makefile 252661 2013-07-03 23:52:15Z np $
#

T4FW = ${.CURDIR}/../../../dev/cxgbe/firmware
.PATH: ${T4FW}

KMOD = t4fw_cfg
FIRMWS = ${KMOD}.txt:${KMOD}:1.0.0.0

# You can have additional configuration files in the ${T4FW} directory.
# t4fw_cfg_<name>.txt
CFG_FILES != cd ${T4FW} && echo ${KMOD}_*.txt
.for F in ${CFG_FILES}
.if exists(${F})
FIRMWS += ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor

T4FW_VER = 1.8.11.0
FIRMWS += t4fw.fw:t4fw:${T4FW_VER}
CLEANFILES += t4fw.fw

t4fw.fw: t4fw-${T4FW_VER}.bin.uu
	uudecode -o ${.TARGET} ${.ALLSRC}

.include <bsd.kmod.mk>
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248925
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/sys/modules/cxgbe/t4_firmware/Makefile 248925 2013-03-30 02:26:20Z np $
d20 1
a20 1
T4FW_VER = 1.8.4.0
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-07-02 05:02:31 +0000
@
text
@d1 27
@


1.1.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252495
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 27
#
# $FreeBSD: stable/9/sys/modules/cxgbe/t4_firmware/Makefile 248925 2013-03-30 02:26:20Z np $
#

T4FW = ${.CURDIR}/../../../dev/cxgbe/firmware
.PATH: ${T4FW}

KMOD = t4fw_cfg
FIRMWS = ${KMOD}.txt:${KMOD}:1.0.0.0

# You can have additional configuration files in the ${T4FW} directory.
# t4fw_cfg_<name>.txt
CFG_FILES != cd ${T4FW} && echo ${KMOD}_*.txt
.for F in ${CFG_FILES}
.if exists(${F})
FIRMWS += ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor

T4FW_VER = 1.8.4.0
FIRMWS += t4fw.fw:t4fw:${T4FW_VER}
CLEANFILES += t4fw.fw

t4fw.fw: t4fw-${T4FW_VER}.bin.uu
	uudecode -o ${.TARGET} ${.ALLSRC}

.include <bsd.kmod.mk>
@


1.1.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252814
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: stable/9/sys/modules/cxgbe/t4_firmware/Makefile 252814 2013-07-05 18:27:38Z np $
d20 1
a20 1
T4FW_VER = 1.8.11.0
@


1.1.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/265483
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: stable/9/sys/modules/cxgbe/t4_firmware/Makefile 265483 2014-05-07 05:06:55Z np $
d20 1
a20 1
T4FW_VER = 1.9.12.0
@


