From be15433d89c8640ecbb2d8591daf7853761cce3a Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Tue, 25 Jul 2023 14:39:36 -0700 Subject: Fix system_dlkm path for riscv64 When system_dlkm support was added, the code incorrectly installed the vendor modules into system_dlkm again, and the system modules were not installed. This broke bluetooth. Fix it. Change-Id: I0ece80ba67f65f91c5132650d820de00c9ae3c3e --- vsoc_riscv64_minidroid/BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vsoc_riscv64_minidroid') diff --git a/vsoc_riscv64_minidroid/BoardConfig.mk b/vsoc_riscv64_minidroid/BoardConfig.mk index 62706f42c..88c636383 100644 --- a/vsoc_riscv64_minidroid/BoardConfig.mk +++ b/vsoc_riscv64_minidroid/BoardConfig.mk @@ -35,6 +35,6 @@ TARGET_KERNEL_ARCH ?= $(TARGET_ARCH) TARGET_KERNEL_USE ?= mainline KERNEL_MODULES_PATH := device/google/cuttlefish_prebuilts/kernel/$(TARGET_KERNEL_USE)-$(TARGET_KERNEL_ARCH) TARGET_KERNEL_PATH := $(KERNEL_MODULES_PATH)/kernel-$(TARGET_KERNEL_USE) -SYSTEM_DLKM_SRC ?= $(KERNEL_MODULES_PATH) +SYSTEM_DLKM_SRC ?= $(KERNEL_MODULES_PATH)/system_dlkm -include device/google/cuttlefish/shared/minidroid/BoardConfig.mk -- cgit v1.2.3