]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ti/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / modules / ti / Makefile
1 # $FreeBSD$
2 # Module for Alteon Networks Tigon PCI gigabit ethernet driver for FreeBSD.
3 # Modules for Texas Instruments ARM SoCs are located in sys/modules/arm_ti.
4
5 .PATH: ${SRCTOP}/sys/dev/ti
6
7 KMOD=   if_ti
8 SRCS=   if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h
9
10 .include <bsd.kmod.mk>