]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - products.mak
PASDK-663: Code changes for new design solving OAR init issue
[processor-sdk/performance-audio-sr.git] / products.mak
1 #
2 #  Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
3 #  All rights reserved.
4 #
5 #  Redistribution and use in source and binary forms, with or without
6 #  modification, are permitted provided that the following conditions
7 #  are met:
8 #
9 #  *  Redistributions of source code must retain the above copyright
10 #     notice, this list of conditions and the following disclaimer.
11 #
12 #  *  Redistributions in binary form must reproduce the above copyright
13 #     notice, this list of conditions and the following disclaimer in the
14 #     documentation and/or other materials provided with the distribution.
15 #
16 #  *  Neither the name of Texas Instruments Incorporated nor the names of
17 #     its contributors may be used to endorse or promote products derived
18 #     from this software without specific prior written permission.
19 #
20 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 #  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22 #  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 #  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24 #  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25 #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26 #  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27 #  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28 #  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
30 #  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #
33 #
34 #  ======== products.mak ========
35 #
37 .PHONY: .show
39 ifneq ($(OS),Windows_NT)
40 DEPOT = /home/frank/ti
41 else
42 #DEPOT = c:/ti_prsdk_5.00.00.15
43 DEPOT = c:/ti
44 endif
46 #### PASDK installation directories ####
47 ifneq ($(OS),Windows_NT)
48 export PAROOT      ?= $(DEPOT)/processor_sdk_audio_1_03_00_00
49 else
50 export PAROOT      ?= T:
51 endif
52 PASDK_INSTALL_DIR       = $(PAROOT)/pasrc
53 PAF_INSTALL_DIR         = $(PASDK_INSTALL_DIR)/paf
55 #### Dependencies ####
56 BIOS_INSTALL_DIR       ?= $(DEPOT)/bios_6_52_00_12
57 XDC_INSTALL_DIR        ?= $(DEPOT)/xdctools_3_50_03_33_core
58 UIA_INSTALL_DIR        ?= $(DEPOT)/uia_2_21_02_07
59 IPC_INSTALL_DIR        ?= $(DEPOT)/ipc_3_47_01_00
60 PDK_INSTALL_DIR        ?= $(DEPOT)/pdk_k2g_1_0_10
61 EDMA3_INSTALL_DIR      ?= $(DEPOT)/edma3_lld_2_12_05_30C
62 XDAIS_INSTALL_DIR      ?= $(DEPOT)/xdais_7_24_00_04
63 DSPLIB_INSTALL_DIR     ?= $(DEPOT)/dsplib_c66x_3_4_0_0
65 #### Tool chains ####
66 gnu_targets_arm_A15F   ?= $(DEPOT)/gcc-arm-none-eabi-6-2017-q1-update
67 ti_targets_elf_C66     ?= $(DEPOT)/ti-cgt-c6000_8.2.2
69 # Use this goal to print your product variables.
70 .show:
71         @echo "DEPOT                = $(DEPOT)"
72         @echo "PAROOT               = $(PAROOT)"
73         @echo "PASDK_INSTALL_DIR    = $(PASDK_INSTALL_DIR)"
74         @echo "PAF_INSTALL_DIR      = $(PAF_INSTALL_DIR)"
75         @echo "BIOS_INSTALL_DIR     = $(BIOS_INSTALL_DIR)"
76         @echo "XDC_INSTALL_DIR      = $(XDC_INSTALL_DIR)"
77         @echo "UIA_INSTALL_DIR      = $(UIA_INSTALL_DIR)"
78         @echo "IPC_INSTALL_DIR      = $(IPC_INSTALL_DIR)"
79         @echo "PDK_INSTALL_DIR      = $(PDK_INSTALL_DIR)"
80         @echo "EDMA3_INSTALL_DIR    = $(EDMA3_INSTALL_DIR)"
81         @echo "XDAIS_INSTALL_DIR    = $(XDAIS_INSTALL_DIR)"
82         @echo "DSPLIB_INSTALL_DIR   = $(DSPLIB_INSTALL_DIR)"
83         @echo "gnu_targets_arm_A15F = $(gnu_targets_arm_A15F)"
84         @echo "ti_targets_elf_C66   = $(ti_targets_elf_C66)"