mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# Build modules specific to Texas Instruments ARM SoCs.
|
|
|
|
SUBDIR = \
|
|
../am335x_dmtpps \
|
|
am335x_ehrpwm \
|
|
ti_i2c \
|
|
|
|
.include <bsd.subdir.mk>
|