miiproxy: add as a module
Add miiproxy as a module. Differential Revision: https://reviews.freebsd.org/D50025 Reviewed by: imp
This commit is contained in:
@@ -252,6 +252,7 @@ SUBDIR= \
|
||||
mem \
|
||||
mfi \
|
||||
mii \
|
||||
miiproxy \
|
||||
mlx \
|
||||
mlxfw \
|
||||
${_mlx4} \
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
.PATH: ${SRCTOP}/sys/dev/etherswitch
|
||||
|
||||
KMOD = miiproxy
|
||||
|
||||
SRCS= miiproxy.c
|
||||
SRCS+= mdio_if.h miibus_if.h
|
||||
CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Reference in New Issue
Block a user