blob: ab92ebe71b43a5ea7b01815e10649217e7964443 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
.PATH: ${SRCTOP}/sys/dev/etherswitch
KMOD = miiproxy
SRCS= miiproxy.c
SRCS+= bus_if.h device_if.h mdio_if.h miibus_if.h opt_platform.h
CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
.include <bsd.kmod.mk>
|