Re: git: a615ded5bf2d - main - sys/conf/files: Add iwx driver
Date: Sat, 15 Nov 2025 21:09:37 UTC
"Bjoern A. Zeeb" <bz@FreeBSD.org> writes:
> Dag-Erling Smørgrav <des@FreeBSD.org> 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 - des@FreeBSD.org