193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
194 B
Makefile
12 lines
194 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
|
|
.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>
|