aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/e6000sw/Makefile
blob: 222da155bb90fbb2d9a9b6c62f8b738f95840128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw

KMOD=   e6000sw
SRCS=   e6000sw.c

SRCS+=	bus_if.h etherswitch_if.h mdio_if.h miibus_if.h ofw_bus_if.h opt_platform.h

.include <bsd.kmod.mk>