mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
trace_point: fix: move header file to events
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
@@ -64,11 +64,11 @@ EXTRA_CFLAGS += $(DEBFLAGS)
|
||||
# EXTRA_CFLAGS += -DDYNAMIC_MALLOC_VCMDNODE
|
||||
|
||||
#adapt for andriod $src is where this dir.
|
||||
ifeq ($(CONFIG_ANDROID), y)
|
||||
ccflags-y += -DTRACE_INCLUDE_PATH=$(src)
|
||||
else
|
||||
ccflags-y += -DTRACE_INCLUDE_PATH=$(PWD)
|
||||
endif
|
||||
#ifeq ($(CONFIG_ANDROID), y)
|
||||
#ccflags-y += -DTRACE_INCLUDE_PATH=$(src)
|
||||
#else
|
||||
#ccflags-y += -DTRACE_INCLUDE_PATH=$(PWD)
|
||||
#endif
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
# recursive call from kernel build system
|
||||
|
||||
|
||||
@@ -109,11 +109,11 @@ endif
|
||||
CC += -I$(obj)
|
||||
EXTRA_CFLAGS += -g
|
||||
|
||||
ifeq ($(CONFIG_ANDROID), y)
|
||||
ccflags-y += -DTRACE_INCLUDE_PATH=$(src)
|
||||
else
|
||||
ccflags-y += -DTRACE_INCLUDE_PATH=$(PWD)
|
||||
endif
|
||||
#ifeq ($(CONFIG_ANDROID), y)
|
||||
#ccflags-y += -DTRACE_INCLUDE_PATH=$(src)
|
||||
#else
|
||||
#ccflags-y += -DTRACE_INCLUDE_PATH=$(PWD)
|
||||
#endif
|
||||
|
||||
# Print debugging messages from the device
|
||||
#EXTRA_CFLAGS += -DHANTRO_DRIVER_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user