mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
11 lines
136 B
Makefile
11 lines
136 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to RockChip.
|
|
|
|
SUBDIR = \
|
|
rk_i2c \
|
|
rk805 \
|
|
rk808 \
|
|
rk_dwmmc \
|
|
rk_spi
|
|
|
|
.include <bsd.subdir.mk>
|