"Bjoern A. Zeeb" <[email protected]> writes: > Dag-Erling Smørgrav <[email protected]> writes: > > +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" > Why would we add the debug flag in a default kernel compile?
Because the driver doesn't build without it. Feel free to fix that, but don't forget to turn debugging off in the module build as well. DES -- Dag-Erling Smørgrav - [email protected]
