8 lines
99 B
Makefile
8 lines
99 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to Allwinner.
|
|
|
|
SUBDIR = \
|
|
aw_spi \
|
|
|
|
.include <bsd.subdir.mk>
|