mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
14 lines
169 B
Makefile
14 lines
169 B
Makefile
# 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>
|