mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
8 lines
142 B
Makefile
8 lines
142 B
Makefile
# Build modules specific to Texas Instruments ARM SoCs.
|
|
|
|
SUBDIR = \
|
|
../am335x_dmtpps \
|
|
am335x_ehrpwm \
|
|
ti_i2c \
|
|
|
|
.include <bsd.subdir.mk>
|