mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 05:51:11 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
15 lines
169 B
Makefile
15 lines
169 B
Makefile
# Build modules specific to Allwinner.
|
|
|
|
SUBDIR = \
|
|
aw_mmc \
|
|
aw_pwm \
|
|
aw_rtc \
|
|
aw_rsb \
|
|
aw_sid \
|
|
aw_spi \
|
|
aw_thermal \
|
|
axp81x \
|
|
if_awg
|
|
|
|
.include <bsd.subdir.mk>
|