aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-02-26 23:05:05 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-02-26 23:05:05 +0000
commit64a371333780a0953adc2c02af24b7f40c9cdf35 (patch)
tree6400b411d59c7e3819c71a2894933f645e14ff94 /sys/modules/cxgb
parent6e8ded9f822219e3762c095e9c23479f8201b71e (diff)
Notes
Diffstat (limited to 'sys/modules/cxgb')
-rw-r--r--sys/modules/cxgb/cxgb/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/modules/cxgb/cxgb/Makefile b/sys/modules/cxgb/cxgb/Makefile
index 5a748591a62d..3638d2e6e2ed 100644
--- a/sys/modules/cxgb/cxgb/Makefile
+++ b/sys/modules/cxgb/cxgb/Makefile
@@ -19,26 +19,6 @@ CFLAGS+= -DDISABLE_MBUF_IOVEC
#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS
#CFLAGS+= -DWITNESS
#CFLAGS += -DLOCK_PROFILING
-
#CFLAGS+= -DWITNESS
-
-.if ${MACHINE_ARCH} != "ia64"
-
-t3b_protocol_sram-1.1.0.bin: ${CXGB}/t3b_protocol_sram-1.1.0.bin.gz.uu
- uudecode -p < ${CXGB}/t3b_protocol_sram-1.1.0.bin.gz.uu \
- | gzip -dc > ${.TARGET}
-
-FIRMWS+= t3b_protocol_sram-1.1.0.bin:t3bps110
-CLEANFILES+= t3b_protocol_sram-1.1.0.bin
-
-t3b_tp_eeprom-1.1.0.bin: ${CXGB}/t3b_tp_eeprom-1.1.0.bin.gz.uu
- uudecode -p < ${CXGB}/t3b_tp_eeprom-1.1.0.bin.gz.uu \
- | gzip -dc > ${.TARGET}
-
-FIRMWS+= t3b_tp_eeprom-1.1.0.bin:t3btpe110
-CLEANFILES+= t3b_tp_eeprom-1.1.0.bin
-
-
-.endif
.include <bsd.kmod.mk>