b2fc195e1b
More info regarding these nics can be found at http://www.myri.com. Please note that the files sys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internally shared between all our drivers (solaris, macosx, windows, linux, etc). I'd like to keep these files unchanged, so I can just import newer versions of them when the firmware API/ABI changes. This means I'm stuck with some of the crazy-long #define names, and possibly non-style(9) characteristics of these files. Many thanks to mlaier for doing firmware(9) just as I needed it, and to scottl for his helpful review. Reviewed by: scottl, glebius Sponsored by: Myricom Inc.
8 lines
107 B
Makefile
8 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= myri10ge
|
|
SUBDIR+=myri10ge_eth_z8e
|
|
SUBDIR+=myri10ge_ethp_z8e
|
|
|
|
.include <bsd.subdir.mk>
|