summaryrefslogtreecommitdiff
path: root/sys/modules/allwinner/Makefile
blob: c74d772224db06b518c45f9c258c24e52d63ea85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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>