b9f654b163
The natural place to look for them based on how other SoCs are organized would be sys/modules/ti, but that's already taken. Drop a clue into modules/ti/Makefile directing people to modules/arm_ti if they're looking for ARM modules.
11 lines
283 B
Makefile
11 lines
283 B
Makefile
# $FreeBSD$
|
|
# 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>
|