mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
9 lines
271 B
Makefile
9 lines
271 B
Makefile
# Module for Alteon Networks Tigon PCI gigabit ethernet driver for FreeBSD.
|
|
# Modules for Texas Instruments ARM SoCs are located in sys/modules/arm_ti.
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ti
|
|
|
|
KMOD= if_ti
|
|
SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h
|
|
|
|
.include <bsd.kmod.mk>
|