freebsd-dev/sys/modules/allwinner/Makefile

12 lines
141 B
Makefile
Raw Normal View History

2018-05-17 10:25:01 +00:00
# $FreeBSD$
# Build modules specific to Allwinner.
SUBDIR = \
aw_rtc \
aw_sid \
2018-05-17 10:25:01 +00:00
aw_spi \
aw_thermal \
axp81x
2018-05-17 10:25:01 +00:00
.include <bsd.subdir.mk>