module debug

This commit is contained in:
Ciro Santilli
2017-05-20 13:57:54 +01:00
parent 750bf431e8
commit bbb5f602d3

View File

@@ -1,5 +1,5 @@
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