mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
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
15 lines
181 B
Makefile
15 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>
|