Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2019 00:19:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234724] Kernel build fails with device imcsmb
Message-ID:  <bug-234724-227-SNm3ndNAQs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234724-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234724-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234724

Conrad Meyer <cem@freebsd.org> changed:

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

--- Comment #1 from Conrad Meyer <cem@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 bui=
lt
until the header is generated.)

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234724-227-SNm3ndNAQs>