1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/modules/ti/Makefile

9 lines
145 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ti
KMOD= if_ti
SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h
.include <bsd.kmod.mk>