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: 451bcf1b36
Reported by: ian
This commit is contained in:
parent
f75caed644
commit
5f2fe88377
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user