summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Livingston2018-09-08 10:53:10 -0500
committerFrank Livingston2018-09-08 10:53:10 -0500
commitc260ee1334f4a0732a8fe353d380af2eed619710 (patch)
treea17c772e5841896ac2ead4bd673ce175eed33f1e
parentb0b1548f557fa7029ae9f6038bddea4936c68934 (diff)
downloadperformance-audio-sr-c260ee1334f4a0732a8fe353d380af2eed619710.tar.gz
performance-audio-sr-c260ee1334f4a0732a8fe353d380af2eed619710.tar.xz
performance-audio-sr-c260ee1334f4a0732a8fe353d380af2eed619710.zip
Update makefile for PRSDK 5.0 component versions
-rw-r--r--products.mak7
1 files changed, 4 insertions, 3 deletions
diff --git a/products.mak b/products.mak
index 386e7616..f7fed3f4 100644
--- a/products.mak
+++ b/products.mak
@@ -39,6 +39,7 @@
39ifneq ($(OS),Windows_NT) 39ifneq ($(OS),Windows_NT)
40DEPOT = /home/frank/ti 40DEPOT = /home/frank/ti
41else 41else
42#DEPOT = c:/ti_prsdk_5.00.00.15
42DEPOT = c:/ti 43DEPOT = c:/ti
43endif 44endif
44 45
@@ -56,8 +57,8 @@ BIOS_INSTALL_DIR ?= $(DEPOT)/bios_6_52_00_12
56XDC_INSTALL_DIR ?= $(DEPOT)/xdctools_3_50_03_33_core 57XDC_INSTALL_DIR ?= $(DEPOT)/xdctools_3_50_03_33_core
57UIA_INSTALL_DIR ?= $(DEPOT)/uia_2_21_02_07 58UIA_INSTALL_DIR ?= $(DEPOT)/uia_2_21_02_07
58IPC_INSTALL_DIR ?= $(DEPOT)/ipc_3_47_01_00 59IPC_INSTALL_DIR ?= $(DEPOT)/ipc_3_47_01_00
59PDK_INSTALL_DIR ?= $(DEPOT)/pdk_k2g_1_0_9 60PDK_INSTALL_DIR ?= $(DEPOT)/pdk_k2g_1_0_10
60EDMA3_INSTALL_DIR ?= $(DEPOT)/edma3_lld_2_12_05_30B 61EDMA3_INSTALL_DIR ?= $(DEPOT)/edma3_lld_2_12_05_30C
61XDAIS_INSTALL_DIR ?= $(DEPOT)/xdais_7_24_00_04 62XDAIS_INSTALL_DIR ?= $(DEPOT)/xdais_7_24_00_04
62DSPLIB_INSTALL_DIR ?= $(DEPOT)/dsplib_c66x_3_4_0_0 63DSPLIB_INSTALL_DIR ?= $(DEPOT)/dsplib_c66x_3_4_0_0
63 64
@@ -68,7 +69,7 @@ ti_targets_elf_C66 ?= $(DEPOT)/ti-cgt-c6000_8.2.2
68# Use this goal to print your product variables. 69# Use this goal to print your product variables.
69.show: 70.show:
70 @echo "DEPOT = $(DEPOT)" 71 @echo "DEPOT = $(DEPOT)"
71 @echo "PAROOT = $(PAROOT)" 72 @echo "PAROOT = $(PAROOT)"
72 @echo "PASDK_INSTALL_DIR = $(PASDK_INSTALL_DIR)" 73 @echo "PASDK_INSTALL_DIR = $(PASDK_INSTALL_DIR)"
73 @echo "PAF_INSTALL_DIR = $(PAF_INSTALL_DIR)" 74 @echo "PAF_INSTALL_DIR = $(PAF_INSTALL_DIR)"
74 @echo "BIOS_INSTALL_DIR = $(BIOS_INSTALL_DIR)" 75 @echo "BIOS_INSTALL_DIR = $(BIOS_INSTALL_DIR)"