mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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>
|