test: add standalone btusb ZLP quirk module

This commit is contained in:
Shen Mintao
2026-07-25 15:40:59 +08:00
parent 268c4f7122
commit 6550131e18
6 changed files with 604 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
KVER ?= $(shell uname -r)
KDIR ?= /lib/modules/$(KVER)/build
obj-m += aic_zlp_quirk.o
.PHONY: all clean
all:
$(MAKE) -C $(KDIR) M=$(CURDIR) modules
clean:
$(MAKE) -C $(KDIR) M=$(CURDIR) clean