mirror of
https://github.com/opnsense/src.git
synced 2026-06-24 16:09:24 -04:00
Add miiproxy as a module. Differential Revision: https://reviews.freebsd.org/D50025 Reviewed by: imp
9 lines
170 B
Makefile
9 lines
170 B
Makefile
.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>
|