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