From ebab65c042cdb3458cece1e407f8fc6ab2feda14 Mon Sep 17 00:00:00 2001 From: Shen Mintao Date: Tue, 24 Mar 2026 10:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0aic=5Fbtusb=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drivers/aic8800/aic_btusb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/aic8800/aic_btusb/Makefile b/drivers/aic8800/aic_btusb/Makefile index 2ee1dcc..41d3718 100644 --- a/drivers/aic8800/aic_btusb/Makefile +++ b/drivers/aic8800/aic_btusb/Makefile @@ -55,7 +55,7 @@ ifeq ($(CONFIG_PLATFORM_UBUNTU), y) ccflags-$(CONFIG_PLATFORM_UBUNTU) += -DCONFIG_PLATFORM_UBUNTU KVER ?= $(shell uname -r) -KDIR = /lib/modules/$(KVER)/build +KDIR ?= /lib/modules/$(KVER)/build PWD := $(shell pwd) MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/aic8800 SUBARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/armv.l/arm/ -e s/aarch64/arm64/)