mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to Allwinner.
|
|
|
|
SUBDIR = \
|
|
aw_spi \
|
|
|
|
.include <bsd.subdir.mk>
|