mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
10 lines
281 B
Makefile
10 lines
281 B
Makefile
.PATH: ${SRCTOP}/sys/dev/enic
|
|
|
|
KMOD = if_enic
|
|
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
|
|
|
SRCS += if_enic.c enic_txrx.c enic_res.c
|
|
SRCS += vnic_cq.c vnic_dev.c vnic_intr.c vnic_rq.c vnic_wq.c
|
|
|
|
.include <bsd.kmod.mk>
|