mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
module debug
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
obj-m += $(addsuffix .o, $(notdir $(basename $(wildcard $(BR2_EXTERNAL_KERNEL_MODULE_PATH)/*.c))))
|
obj-m += $(addsuffix .o, $(notdir $(basename $(wildcard $(BR2_EXTERNAL_KERNEL_MODULE_PATH)/*.c))))
|
||||||
ccflags-y := -Wno-declaration-after-statement -std=gnu99
|
ccflags-y := -DDEBUG -g -std=gnu99 -Wno-declaration-after-statement
|
||||||
|
|
||||||
.PHONY: all clean test
|
.PHONY: all clean test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user