freebsd-dev/sys/modules/allwinner/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

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>