]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - qnx/src/ipc3x_dev/ti/syslink/build/Qnx/traceDaemon/common.mk
Move MultiProc configuration into qnx/src/cfg directory
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / build / Qnx / traceDaemon / common.mk
1 #   Copyright (c) 2014-2015, Texas Instruments Incorporated
2 #
3 #   Redistribution and use in source and binary forms, with or without
4 #   modification, are permitted provided that the following conditions
5 #   are met:
6 #
7 #   *  Redistributions of source code must retain the above copyright
8 #      notice, this list of conditions and the following disclaimer.
9 #
10 #   *  Redistributions in binary form must reproduce the above copyright
11 #      notice, this list of conditions and the following disclaimer in the
12 #      documentation and/or other materials provided with the distribution.
13 #
14 #   *  Neither the name of Texas Instruments Incorporated nor the names of
15 #      its contributors may be used to endorse or promote products derived
16 #      from this software without specific prior written permission.
17 #
18 #   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 #   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20 #   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 #   PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
22 #   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23 #   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24 #   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25 #   OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 #   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 #   OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
28 #   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 #
31 ifndef QCONFIG
32 QCONFIG=qconfig.mk
33 endif
34 include $(QCONFIG)
36 define PINFO
37 PINFO DESCRIPTION=Trace daemon
38 endef
40 NAME = ipc_trace_daemon
41 INSTALLDIR = bin
43 #IPC Product root path
44 IPC_ROOT = $(PROJECT_ROOT)/../../../../..
46 EXTRA_INCVPATH = $(IPC_ROOT)    \
47                   $(IPC_ROOT)/ti/syslink/inc \
48                   $(IPC_REPO)/qnx/include \
49                   $(IPC_ROOT)/ti/syslink/inc/Qnx
51 CCOPTS+=-g
52 CCOPTS+= -O0
54 LDFLAGS += -M
56 ifeq ("$(IPC_PLATFORM)", "vayu")
57 EXTRA_SRCVPATH = $(IPC_REPO)/qnx/src/cfg/dra7xx
58 else
59 EXTRA_SRCVPATH = $(IPC_REPO)/qnx/src/cfg/$(IPC_PLATFORM)
60 endif
61 SRCS += MultiProcCfg.c IpcTraceDaemon.c
63 EXTRA_LIBVPATH += $(IPC_REPO)/qnx/src/utils/arm/a.g.le.v7
64 LIBS += utils_g
66 include $(MKFILES_ROOT)/qtargets.mk
68 # Quiet the build output
69 include $(IPC_REPO)/qnx/quiet.mk