xref: /freebsd/sys/modules/allwinner/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1de80d00fSEmmanuel Vadot# Build modules specific to Allwinner.
2de80d00fSEmmanuel Vadot
3de80d00fSEmmanuel VadotSUBDIR = \
4*cbba9a7bSEmmanuel Vadot	aw_mmc \
516de4430SEmmanuel Vadot	aw_pwm \
6abc15d70SEmmanuel Vadot	aw_rtc \
73de30075SEmmanuel Vadot	aw_rsb \
8db0e5bf3SEmmanuel Vadot	aw_sid \
9de80d00fSEmmanuel Vadot	aw_spi \
10dbc8d8a2SEmmanuel Vadot	aw_thermal \
1156c37d89SEmmanuel Vadot	axp81x \
1256c37d89SEmmanuel Vadot	if_awg
13de80d00fSEmmanuel Vadot
14de80d00fSEmmanuel Vadot.include <bsd.subdir.mk>
15