2014-07-26 17:59:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
SYSDIR?=${SRCTOP}/sys
|
2014-07-26 17:59:25 +00:00
|
|
|
|
|
|
|
.PATH: ${SYSDIR}/dev/tsec
|
|
|
|
|
|
|
|
KMOD= if_tsec
|
|
|
|
SRCS= if_tsec.c if_tsec_fdt.c
|
|
|
|
SRCS+= bus_if.h device_if.h miibus_if.h miidevs.h ofw_bus_if.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|