mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
This is mostly needed for dev/debug as most users will have their root on the sdcard or emmc. MFC after: 1 month
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to RockChip.
|
|
|
|
SUBDIR = \
|
|
rk_i2c \
|
|
rk805 \
|
|
rk_dwmmc
|
|
|
|
.include <bsd.subdir.mk>
|