freebsd-dev/sys/modules/netfpga10g/Makefile
Bjoern A. Zeeb 4a9af7d53f Add the initial version of if_nf10bmac(4), a driver to support an
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
2014-04-17 12:33:26 +00:00

13 lines
134 B
Makefile

#
# $FreeBSD$
#
SUBDIR=
SUBDIR+= ${_nf10bmac}
.if ${MACHINE_CPUARCH} == "mips"
_nf10bmac= nf10bmac
.endif
.include <bsd.subdir.mk>