Skip to content
Snippets Groups Projects
Commit 3cd14d8a authored by Jiyu Yang's avatar Jiyu Yang Committed by Gianfranco Mariotti
Browse files

MGS-6394 [#ccc] 0047-IMX-2620-CL377027-dev64x_234062-IMX-2620-trace-cmd-s


IMX-2620 CL377027 dev64x_234062:IMX-2620 trace-cmd
 support in the gpu lib on linux

Signed-off-by: default avatarKe Feng <ke.feng@verisilicon.com>
Signed-off-by: default avataryuan.tian <yuan.tian@nxp.com>
Signed-off-by: default avatarJiyu Yang <jiyu.yang@nxp.com>
parent 6d15d39f
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
......@@ -209,6 +209,12 @@ ifeq ($(FLAREON),1)
EXTRA_CFLAGS += -DFLAREON
endif
ifeq ($(CONFIG_FTRACE),y)
ifneq ($(CONFIG_ANDROID),y)
EXTRA_CFLAGS += -DgcdSYSTRACE=1 -DgcdDEBUG=gcdDEBUG_TRACE
endif
endif
ifeq ($(DEBUG), 1)
EXTRA_CFLAGS += -DDBG=1 -DDEBUG -D_DEBUG
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment