On Mon, 10 Jul 2000, Nick Hibma wrote:

> The opt_ files can be generated by the makefiles, so there is no reason
> to remove those, see sys/modules/usb/Makefile
> 
> SRCS             = bus_if.h device_if.h usb_if.h usb_if.c \
>                    vnode_if.h \
>                    opt_usb.h \
>               ...
> 
> Any file called opt_*.h that is not present is created (empty).

The opt_ files are used includes, so removing them breaks certain
functionality in both the statically compiled version and the module.
Empty ones for the module only break this functionality for the module.
Modules shouldn't depend on options.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to