https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234724
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
