git: 5f2fe88377b1 - main - felix: Add autogenerated files to Makefile
Marcin Wojtas
mw at FreeBSD.org
Sun Aug 8 20:27:43 UTC 2021
The branch main has been updated by mw:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f2fe88377b1b1e57c392e2284e2080f13bf3427
commit 5f2fe88377b1b1e57c392e2284e2080f13bf3427
Author: Kornel Duleba <mindal at semihalf.com>
AuthorDate: 2021-08-05 12:07:22 +0000
Commit: Marcin Wojtas <mw at 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>
More information about the dev-commits-src-all
mailing list