aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorSaurabh Bipin Chandra <a0131926@ti.com>2013-09-05 20:58:03 +0530
committerSaurabh Bipin Chandra <a0131926@ti.com>2013-09-05 21:39:17 +0530
commit11191edf8c77fe49a83b70904c62477c940aa5b7 (patch)
tree7d6511c82cea51653625307eb40c3172df6a05e3 /common.mk
parent2a9f015d989f41520dfdaa424bf6f598fa6a7c3c (diff)
downloaddce-11191edf8c77fe49a83b70904c62477c940aa5b7.tar.gz
[QNX-MAKE] QNX Build system changes
The changes include: 1. Redirecting Include Path to packages/ folder for the CE, XDAIS, XDCTOOLS and IVAHD_CODECS. 2. Since xdc_target_types__ is defined as gnu/targets/std.h in libdce.h, the definition has been removed rom the common.mk files. This helps as the client application need not define xdc_target_types__ as a compiler option. 3. Since xdc/std.h is included in libdce.h, it is being removed from the test applications. 4. Adding trace variables to libdce make. Change-Id: I1e2675901340daefefe865a03757459e41f1d837 Signed-off-by: Saurabh Bipin Chandra <a0131926@ti.com>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 439f79c..5b0ed0c 100644
--- a/common.mk
+++ b/common.mk
@@ -10,7 +10,7 @@ include $(QCONFIG)
#### Overriding qrules.mk macros before including qtargets.mk
# Flags to add to the C compiler command line
-CCFLAGS+=-O2 -Dxdc_target_types__=qnx/targets/arm/std.h -DBUILDOS_QNX=1
+CCFLAGS+=-O2 -DBUILDOS_QNX=1 -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=1
# To get final library name as "libdce". Needed as project name is not dce
NAME=dce