更新aic_btusb Makefile

This commit is contained in:
Shen Mintao
2026-03-24 10:47:23 +08:00
parent 3e0c941337
commit ebab65c042
+1 -1
View File
@@ -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/)