mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Workqueue attempt, but fails to insmod, already loaded??
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user