mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
modules: felix: Add needed dependencies
Modules should list all needed _if dependencies in their makefile otherwise
if one compiles a kernel that didn't compile those files the module won't build.
Fixes: 451bcf1b36
This commit is contained in:
parent
86c71e97d1
commit
b542c9e42b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@
|
|||
.PATH: ${SRCTOP}/sys/dev/etherswitch/felix
|
||||
|
||||
KMOD = felix
|
||||
SRCS = felix.c
|
||||
SRCS = felix.c etherswitch_if.c etherswitch_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue