test: add standalone btusb ZLP quirk module

This commit is contained in:
Shen Mintao
2026-07-18 18:15:01 +08:00
parent cbc12c7bdb
commit aa3f63e7a2
6 changed files with 602 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