mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Hook mxge_lro.c to the build so that the if_mxge.ko module
will load.
This commit is contained in:
parent
0d5b72b307
commit
6200d44319
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../../dev/mxge
|
||||
|
||||
KMOD= if_mxge
|
||||
SRCS= if_mxge.c device_if.h bus_if.h pci_if.h
|
||||
SRCS= if_mxge.c mxge_lro.c device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue