In article <[email protected]>, Matt Thomas <[email protected]> wrote: > >http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/files.usb?rev=1.106&content-type=text/x-cvsweb-markup >> >> Normally, the XXX_DEBUG options are not specified in any files.* files, >> meaning that as they are unknown options, they will translate into a >> CPPFLAG of -DXXX_DEBUG in the kernel Makefile > >which is means if you do the define, your sources don't properly get rebuilt. >That's why it was made a config option.
Yes, but now every file that includes usb.h needs to include opt_usb.h before, otherwise things don't build right. I'll fix it properly for now until we decide something else. christos
