enetc: 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: 5ad6d28cbe
("enetc: Support building the driver as a loadable module.")
This commit is contained in:
parent
4b64193bed
commit
ad560dee55
@ -4,5 +4,6 @@
|
||||
|
||||
KMOD = if_enetc
|
||||
SRCS = if_enetc.c enetc_mdio.c
|
||||
SRCS += bus_if.h device_if.h ifdi_if.h miibus_if.h ofw_bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user