7fac2bd7e7
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
13 lines
134 B
Makefile
13 lines
134 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ${_nf10bmac}
|
|
|
|
.if ${MACHINE_CPUARCH} == "mips"
|
|
_nf10bmac= nf10bmac
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|