Skip to content

Commit 2972100

Browse files
committed
add Dynamic Debug
1 parent 511f73d commit 2972100

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
*.ko
66
modules.order
77
*.symvers
8+
eclipse
9+

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ obj-m += $(MODNAME).o
99
$(MODNAME)-objs := $(MOD_UNITS)
1010

1111
ccflags-y += -I$(PROJECT_ROOT)/include
12+
ccflags-y += -DDYNAMIC_DEBUG_MODULE
1213

1314
CDMX_LD = 28
1415
TEST_DEVICE = /dev/ttyAMA0

0 commit comments

Comments
 (0)