"Maxim M. Kazachek" wrote:
> /sys/modules/ibsc2 wants opt_mac.h which isn't in the tree...

It is a file which is generated during the kernel build.  It
is not supposed to be in the tree.  It only exists in the
build directory.  Your module build is supposed to take place
in a subdirectory of the build directory.

Options are pretty evil, particularly when they apply to the
building of modules, since the option on the module *MUST*
match the option in the kernel (or it wouldn't be an option
on the module).

-- Terry

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

Reply via email to