mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
# Build modules specific to Texas Instruments ARM SoCs.
|
||
|
|
|
||
|
|
SUBDIR = \
|
||
|
|
../am335x_dmtpps \
|
||
|
|
am335x_ehrpwm \
|
||
|
|
ti_i2c \
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|