[Bug 234724] Kernel build fails with device imcsmb

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 8 00:19:31 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234724

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
I don't think it's the module build;
sys/modules/i2c/controllers/imcsmb/Makefile has always included smbus_if.h in
SRCS.

(*_if.h headers tend to be interface headers which are generated during the
build; the SRCS inclusion expresses that dependency so the module isn't built
until the header is generated.)

Maybe you have a kernel configuration which includes option imcsmb but not
smbus?  If so, include smbus as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list