blob: 73cbaea801f03a800c909f5c471176c41b8c4159 (
plain)
1
2
3
4
5
6
7
8
|
.PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
KMOD= e6000sw
SRCS= e6000sw.c
SRCS+= bus_if.h device_if.h etherswitch_if.h mdio_if.h miibus_if.h ofw_bus_if.h opt_platform.h
.include <bsd.kmod.mk>
|