Workqueue attempt, but fails to insmod, already loaded??

This commit is contained in:
Ciro Santilli
2017-05-14 09:34:27 +01:00
parent 8d20f8ce30
commit 67f669487e
3 changed files with 38 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
obj-m += debugfs.o fops.o hello.o hello2.o
obj-m += $(addsuffix .o, $(notdir $(basename $(wildcard $(BR2_EXTERNAL_KERNEL_MODULE_PATH)/*.c))))
ccflags-y := -Wno-declaration-after-statement -std=gnu99
.PHONY: all clean