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:
Kornel Duleba 2021-08-05 14:07:22 +02:00 committed by Marcin Wojtas
parent f75caed644
commit 5f2fe88377

View File

@ -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>