summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Liu <victorliu@google.com>2024-01-29 16:42:07 -0800
committerRobin Peng <robinpeng@google.com>2024-01-30 09:43:42 +0000
commit26aaa1d4d88a7e5255e7704718271991054af418 (patch)
treea180c306b39c0c6600083bfba856dfad02af805a
parent65f51782664e95534c29d67cbefde62b2c105bcc (diff)
downloadlynx-26aaa1d4d88a7e5255e7704718271991054af418.tar.gz
uwb: update module path
Bug: 316022384 Change-Id: Ia082d156cedea5bac263ea053bcd835bb9d7a0da Signed-off-by: Victor Liu <victorliu@google.com>
-rw-r--r--Makefile.ext_modules.lynx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.ext_modules.lynx b/Makefile.ext_modules.lynx
index 12563a5..ba0a080 100644
--- a/Makefile.ext_modules.lynx
+++ b/Makefile.ext_modules.lynx
@@ -37,8 +37,8 @@ has_uapi_headers += video/gchips
install_uapi_headers_targets := $(has_uapi_headers:=_headers_install)
-ifneq ($(wildcard $(KERNEL_SRC)/$(rel_path)/uwb/kernel),)
-ext_modules += uwb/kernel
+ifneq ($(wildcard $(KERNEL_SRC)/$(rel_path)/uwb/qorvo/dw3000/kernel),)
+ext_modules += uwb/qorvo/dw3000/kernel
endif
.PHONY: $(ext_modules) $(install_uapi_headers_targets) depmod allmodules