mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
14 lines
171 B
Makefile
14 lines
171 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to Allwinner.
|
|
|
|
SUBDIR = \
|
|
aw_pwm \
|
|
aw_rtc \
|
|
aw_rsb \
|
|
aw_sid \
|
|
aw_spi \
|
|
aw_thermal \
|
|
axp81x \
|
|
if_awg
|
|
|
|
.include <bsd.subdir.mk>
|