xref: /freebsd/sys/modules/rockchip/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1c0fc4047SEmmanuel Vadot# Build modules specific to RockChip.
2c0fc4047SEmmanuel Vadot
3c0fc4047SEmmanuel VadotSUBDIR = \
4c0fc4047SEmmanuel Vadot	rk_i2c \
51a37b8cdSEmmanuel Vadot	rk805 \
6*6b96bb73SEmmanuel Vadot	rk808 \
784e40476SEmmanuel Vadot	rk_dwmmc \
884e40476SEmmanuel Vadot	rk_spi
9c0fc4047SEmmanuel Vadot
10c0fc4047SEmmanuel Vadot.include <bsd.subdir.mk>
11