mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
NetFPGA-10G Embedded CPU Ethernet Core. The current version operates on a simple PIO based interface connected to a NetFPGA-10G port. To avoid confusion: this driver operates on a CPU running on the FPGA, e.g. BERI/mips, and is not suited for the PCI host interface. MFC after: 1 week Relnotes: yes Sponsored by: DARPA/AFRL
12 lines
134 B
Makefile
12 lines
134 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ${_nf10bmac}
|
|
|
|
.if ${MACHINE_CPUARCH} == "mips"
|
|
_nf10bmac= nf10bmac
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|