From c4bffce34f55abb240087cc0bea17ebef1680fca Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 15 Jun 2025 00:07:41 -0600 Subject: [PATCH] ufshci: Add to build on arm64 and aarch64 Add UFS Host Controller Itnerface driver to the build. Sponsored by: Netflix --- sys/modules/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d60f7352f58..35cf17be109 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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}