diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2007-03-21 00:54:23 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2007-03-21 00:54:23 +0000 |
| commit | b5bb9b72d1829c0cbb331cd8d3a2c1f5ed2a853d (patch) | |
| tree | 8e8859568be3989940e41b785b6d9d3c1d303708 | |
| parent | b8783b00f8932b7b66a2052b49299b70be023d78 (diff) | |
Notes
| -rw-r--r-- | sys/modules/cxgb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile index b4543156e571..eae124f1155a 100644 --- a/sys/modules/cxgb/Makefile +++ b/sys/modules/cxgb/Makefile @@ -9,7 +9,6 @@ SRCS+= cxgb_xgmac.c cxgb_t3_hw.c cxgb_main.c cxgb_sge.c cxgb_lro.c SRCS+= device_if.h bus_if.h pci_if.h CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED -CFLAGS+= -DCHELSIO_FW_MAJOR=3 -DCHELSIO_FW_MINOR=2 .if ${MACHINE_ARCH} != "ia64" # ld is broken on ia64 |
