freebsd-dev/sys/modules/allwinner/Makefile
Emmanuel Vadot cbba9a7bda arm: allwinner: aw_mmc: Make it possible to unload the module
While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automatically.

MFC after:	1 month
2020-04-16 16:00:21 +00:00

16 lines
181 B
Makefile

# $FreeBSD$
# 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>