This commit is contained in:
Сергей Маринкевич
2025-08-12 17:07:02 +07:00
commit 85cfcfbb35
2 changed files with 140 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
obj-m := cpumask_test.o
KDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KDIR) M=$(PWD) modules
clean:
$(MAKE) -C $(KDIR) M=$(PWD) clean