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