# $FreeBSD: stable/6/sys/modules/cxgb/Makefile 173347 2007-11-05 00:55:52Z kmacy $

CXGB = ${.CURDIR}/../../dev/cxgb
.PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys

KMOD=	if_cxgb
SRCS=	cxgb_mc5.c cxgb_vsc8211.c cxgb_vsc7323.c cxgb_ael1002.c  cxgb_mv88e1xxx.c 
SRCS+=	cxgb_xgmac.c cxgb_t3_hw.c cxgb_main.c cxgb_sge.c cxgb_lro.c 
SRCS+=	cxgb_offload.c cxgb_l2t.c
SRCS+=	device_if.h bus_if.h pci_if.h
SRCS+=  uipc_mvec.c

CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED -I${CXGB}

.if ${MACHINE_ARCH} != "ia64"
# ld is broken on ia64
t3fw-4.7.0.bin: ${CXGB}/t3fw-4.7.0.bin.gz.uu
	uudecode -p < ${CXGB}/t3fw-4.7.0.bin.gz.uu \
	| gzip -dc > ${.TARGET}

FIRMWS= t3fw-4.7.0.bin:t3fw470
CLEANFILES+= t3fw-4.7.0.bin
.endif


.include <bsd.kmod.mk>
