mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
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.
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to Texas Instruments ARM SoCs.
|
|
|
|
SUBDIR = \
|
|
../am335x_dmtpps \
|
|
am335x_ehrpwm \
|
|
ti_i2c \
|
|
|
|
.include <bsd.subdir.mk>
|