freebsd-dev/sys/modules/tsec/Makefile
Enji Cooper 193d9e768b sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 10:10:17 +00:00

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>