diff options
Diffstat (limited to 'sys/conf/files')
| -rw-r--r-- | sys/conf/files | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8c9993d8f57a..da5e22e0669b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2277,6 +2277,10 @@ iwn6050.fw optional iwn6050fw | iwnfw \ compile-with "${NORMAL_FW}" \ no-obj no-implicit-rule \ clean "iwn6050.fw" +dev/iwx/if_iwx.c optional iwx \ + compile-with "${NORMAL_C} -DIWX_DEBUG=1" +dev/iwx/if_iwx_debug.c optional iwx \ + compile-with "${NORMAL_C} -DIWX_DEBUG=1" dev/ixgbe/if_ix.c optional ix inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP" dev/ixgbe/if_ixv.c optional ixv inet \ |
