ufshci: Add to build on arm64 and aarch64

Add UFS Host Controller Itnerface driver to the build.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2025-06-15 00:07:41 -06:00
parent 1349a733cf
commit c4bffce34f

View file

@ -401,6 +401,7 @@ SUBDIR= \
udf \
udf_iconv \
ufs \
${_ufshci} \
uinput \
unionfs \
usb \
@ -917,6 +918,10 @@ _bcm283x_pwm= bcm283x_pwm
_malo= malo
.endif
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"
_ufshci=ufshci
.endif
SUBDIR+=${MODULES_EXTRA}
.for reject in ${WITHOUT_MODULES}