diff options
| author | Jack F Vogel <jfv@FreeBSD.org> | 2015-06-05 22:52:42 +0000 |
|---|---|---|
| committer | Jack F Vogel <jfv@FreeBSD.org> | 2015-06-05 22:52:42 +0000 |
| commit | be771cda12c9561b16f302095653185775db0f99 (patch) | |
| tree | b25d557df6716ee1165eede35c8dc444a3a8a98b /sys/modules/ixl | |
| parent | b1998e6914597d2181dc7a49aa724d5fdc51b079 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ixl')
| -rw-r--r-- | sys/modules/ixl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index 13be8ab6fc4c..2f969a5a497f 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -10,7 +10,7 @@ SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c # Shared source SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c -CFLAGS += -DSMP +CFLAGS += -DSMP -DIXL_DEBUG_SYSCTL # Add Flow Director support # CFLAGS += -DIXL_FDIR |
