diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2007-05-28 22:57:27 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2007-05-28 22:57:27 +0000 |
| commit | 10faa568707403e7f72d9e20467c2d06b5517e43 (patch) | |
| tree | 22efa55439af192b9a098eff9426d5f1a92c7f2e /sys/modules | |
| parent | 911d16b8cd81203a41dc774a98332b5dc10eafd0 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/cxgb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile index fa72d2a172e4..5df8112bfa57 100644 --- a/sys/modules/cxgb/Makefile +++ b/sys/modules/cxgb/Makefile @@ -10,7 +10,7 @@ SRCS+= cxgb_offload.c cxgb_l2t.c SRCS+= device_if.h bus_if.h pci_if.h opt_zero.h SRCS+= uipc_mvec.c -CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED +CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED -I${CXGB} #CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DDEBUG .if ${MACHINE_ARCH} != "ia64" |
