opnsense-src/sys/modules/rockchip/Makefile
Emmanuel Vadot 1a37b8cdde arm64: rockchip: Add a module for rk_dwmmc
This is mostly needed for dev/debug as most users will have their root
on the sdcard or emmc.

MFC after:	1 month
2019-12-11 18:43:39 +00:00

9 lines
117 B
Makefile

# $FreeBSD$
# Build modules specific to RockChip.
SUBDIR = \
rk_i2c \
rk805 \
rk_dwmmc
.include <bsd.subdir.mk>