The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=5f2fe88377b1b1e57c392e2284e2080f13bf3427
commit 5f2fe88377b1b1e57c392e2284e2080f13bf3427 Author: Kornel Duleba <min...@semihalf.com> AuthorDate: 2021-08-05 12:07:22 +0000 Commit: Marcin Wojtas <m...@freebsd.org> CommitDate: 2021-08-08 20:27:15 +0000 felix: Add autogenerated files to Makefile A module makefile must list all the header files it uses which are generated at build time from interface definitions (.m files) in its SRCS list. Fixes: 451bcf1b3601 Reported by: ian --- sys/modules/felix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/felix/Makefile b/sys/modules/felix/Makefile index 47747ffaa11e..a9eac1080c91 100644 --- a/sys/modules/felix/Makefile +++ b/sys/modules/felix/Makefile @@ -30,5 +30,6 @@ KMOD = felix SRCS = felix.c etherswitch_if.c etherswitch_if.h +SRCS += bus_if.h device_if.h miibus_if.h ofw_bus_if.h pci_if.h .include <bsd.kmod.mk> _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"