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