mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Add support for compiling ray driver.
This commit is contained in:
parent
a423d0122b
commit
98b2dbaaa2
1 changed files with 9 additions and 0 deletions
9
sys/modules/ray/Makefile
Normal file
9
sys/modules/ray/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ray
|
||||
KMOD = if_ray
|
||||
SRCS = if_ray.c
|
||||
SRCS += device_if.h bus_if.h card_if.h opt_inet.h
|
||||
NOMAN =
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue