]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/allwinner/Makefile
arm: allwinner: Add pnp info to if_awg and compile it as module too
[FreeBSD/FreeBSD.git] / sys / modules / allwinner / Makefile
1 # $FreeBSD$
2 # Build modules specific to Allwinner.
3
4 SUBDIR = \
5         aw_rtc \
6         aw_sid \
7         aw_spi \
8         aw_thermal \
9         axp81x \
10         if_awg
11
12 .include <bsd.subdir.mk>