summaryrefslogtreecommitdiffstats
path: root/sys/modules/cpsw/Makefile
blob: c115ea4ad07963b3ddcc086260089c1ccdd5d62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${SRCTOP}/sys/arm/ti/cpsw

KMOD=   if_cpsw
SRCS=   if_cpsw.c device_if.h bus_if.h ofw_bus_if.h miibus_if.h

.if !empty(OPT_CPSW)
SRCS+=	etherswitch_if.h
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud