Create a work that will busy wait.
[cascardo/kernel/samples/workqueue/.git] / Makefile
index f2266eb..dbcf910 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 ifneq ($(KERNELRELEASE),)
        obj-m := wq.o
+       obj-m += block_wq.o
 else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
        PWD := $(shell pwd)