cbba9a7bda
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
16 lines
181 B
Makefile
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>
|