]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - products.mak
PASDK-577:Add McASP LLD ch reset before McASP LLD ch delete
[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
43 endif
45 #### PASDK installation directories ####
46 ifneq ($(OS),Windows_NT)
47 export PASDK_ROOT      ?= $(DEPOT)/processor_sdk_audio_1_03_00_00
48 else
49 export PASDK_ROOT      ?= T:
50 endif
51 PASDK_INSTALL_DIR       = $(PASDK_ROOT)/pasdk
52 PAF_INSTALL_DIR         = $(PASDK_INSTALL_DIR)/paf
54 #### Dependencies ####
55 BIOS_INSTALL_DIR       ?= $(DEPOT)/bios_6_52_00_12
56 XDC_INSTALL_DIR        ?= $(DEPOT)/xdctools_3_50_03_33_core
57 UIA_INSTALL_DIR        ?= $(DEPOT)/uia_2_21_02_07
58 IPC_INSTALL_DIR        ?= $(DEPOT)/ipc_3_47_01_00
59 PDK_INSTALL_DIR        ?= $(DEPOT)/pdk_k2g_1_0_9
60 EDMA3_INSTALL_DIR      ?= $(DEPOT)/edma3_lld_2_12_05_30B
61 XDAIS_INSTALL_DIR      ?= $(DEPOT)/xdais_7_24_00_04
62 DSPLIB_INSTALL_DIR     ?= $(DEPOT)/dsplib_c66x_3_4_0_0
64 #### Tool chains ####
65 gnu_targets_arm_A15F   ?= $(DEPOT)/gcc-arm-none-eabi-6-2017-q1-update
66 ti_targets_elf_C66     ?= $(DEPOT)/ti-cgt-c6000_8.2.2
68 # Use this goal to print your product variables.
69 .show:
70         @echo "DEPOT                = $(DEPOT)"
71         @echo "PASDK_ROOT           = $(PASDK_ROOT)"
72         @echo "PASDK_INSTALL_DIR    = $(PASDK_INSTALL_DIR)"
73         @echo "PAF_INSTALL_DIR      = $(PAF_INSTALL_DIR)"
74         @echo "BIOS_INSTALL_DIR     = $(BIOS_INSTALL_DIR)"
75         @echo "XDC_INSTALL_DIR      = $(XDC_INSTALL_DIR)"
76         @echo "UIA_INSTALL_DIR      = $(UIA_INSTALL_DIR)"
77         @echo "IPC_INSTALL_DIR      = $(IPC_INSTALL_DIR)"
78         @echo "PDK_INSTALL_DIR      = $(PDK_INSTALL_DIR)"
79         @echo "EDMA3_INSTALL_DIR    = $(EDMA3_INSTALL_DIR)"
80         @echo "XDAIS_INSTALL_DIR    = $(XDAIS_INSTALL_DIR)"
81         @echo "DSPLIB_INSTALL_DIR   = $(DSPLIB_INSTALL_DIR)"
82         @echo "gnu_targets_arm_A15F = $(gnu_targets_arm_A15F)"
83         @echo "ti_targets_elf_C66   = $(ti_targets_elf_C66)"