mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
10 lines
197 B
Makefile
10 lines
197 B
Makefile
|
|
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 opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|